简要描述:
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2021-05-08 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 是 | string | 页码 |
pagesize | 是 | string | 条数 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": {
"list": [
{
"store_id": 1,
"uid": 5,
"add_uid": 5,
"brand_name": "海底捞",
"store_name": "海底捞(海航城店)",
"store_area": "广东省 深圳市 龙岗区",
"store_address": "龙岗大道与碧新路交汇处海航商业城二层",
"store_latitude": "114.272703",
"store_longitude": "22.730302",
"status": 0,
"remark": "",
"created_at": "2021-02-20 15:01:04",
"status_msg": "待审核"
},
],
"page": 1,
"pagesize": 10,
"total": 2
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "key错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
![]() |
备注:
- 无
作者:admin 创建时间:2021-05-08 10:38
更新时间:2021-05-12 14:32
更新时间:2021-05-12 14:32