... | ... | @@ -19,39 +19,39 @@ |
|
|
```javascript
|
|
|
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: {
|
|
|
list: [
|
|
|
{
|
|
|
name: "意中行",
|
|
|
int_cls: "25",
|
|
|
reg_no: "10071788",
|
|
|
status: "有效",
|
|
|
type: "服装鞋帽",
|
|
|
img_url: "http://images.shuidixy.com/tm1/1007/10071788.jpg"
|
|
|
},
|
|
|
{
|
|
|
name: "蒙山傅家",
|
|
|
int_cls: "43",
|
|
|
reg_no: "10086741",
|
|
|
status: "有效",
|
|
|
type: "餐饮住宿",
|
|
|
img_url: "http://images.shuidixy.com/tm1/1008/10086741.jpg"
|
|
|
},
|
|
|
{
|
|
|
name: "PINEARO",
|
|
|
int_cls: "42",
|
|
|
reg_no: "10086745",
|
|
|
status: "有效",
|
|
|
type: "网站服务",
|
|
|
img_url: "http://images.shuidixy.com/tm1/1008/10086745.jpg"
|
|
|
}
|
|
|
],
|
|
|
total_num: 1,
|
|
|
next_page: 2,
|
|
|
next_page_status: "1"
|
|
|
}
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: {
|
|
|
list: [
|
|
|
{
|
|
|
name: "意中行",
|
|
|
int_cls: "25",
|
|
|
reg_no: "10071788",
|
|
|
status: "有效",
|
|
|
type: "服装鞋帽",
|
|
|
img_url: "http://images.shuidixy.com/tm1/1007/10071788.jpg"
|
|
|
},
|
|
|
{
|
|
|
name: "蒙山傅家",
|
|
|
int_cls: "43",
|
|
|
reg_no: "10086741",
|
|
|
status: "有效",
|
|
|
type: "餐饮住宿",
|
|
|
img_url: "http://images.shuidixy.com/tm1/1008/10086741.jpg"
|
|
|
},
|
|
|
{
|
|
|
name: "PINEARO",
|
|
|
int_cls: "42",
|
|
|
reg_no: "10086745",
|
|
|
status: "有效",
|
|
|
type: "网站服务",
|
|
|
img_url: "http://images.shuidixy.com/tm1/1008/10086745.jpg"
|
|
|
}
|
|
|
],
|
|
|
total_num: 1,
|
|
|
next_page: 2,
|
|
|
next_page_status: "1"
|
|
|
}
|
|
|
}
|
|
|
|
|
|
```
|
... | ... | |