返回
所有上线景区列表
请求方式: HTTP GET
请求参数说明:
| 参数名 |
参数类型 |
必选 |
参数说明 |
| pageNo |
Integer |
true |
页码 |
| pageSize |
Integer |
true |
每页条数 |
返回格式: JSON
返回格式样例:
{
"data": {
"current": 1,
"first": true,
"hasNext": false, //是否有下一页
"hasPrev": false,
"last": true,
"list": [
{
"address": "",
"balance": 0,
"businesstime": "",
"createtime": "2018-11-26 15:47:52",
"distrbutorallmoney": 0,
"fullname": "金色飞鹰测试景区",
"id": "1",
"linkman": "admin",
"ordeyverify": "",
"overdraftflag": 0,
"overdraftmoney": 0,
"phone": "13999999999",
"scenicImage": "http://ota.softykt.com.cn/Public/Product/1/1526458648515.png",
"scenictag": "",
"scenictagurl": "",
"status": 1,
"updatetime": "2018-11-26 15:47:52"
}
],
"pageNo": 1, // 当前页码
"pageSize": 10, // 每页展现多少条记录
"total": 1, // 总记录条数
"totalPage": 1
},
"errorCode": "0",
"errorMessage": "成功"
}