说明
根据代理商或者业务查询门店信息
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/user/selectStore |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| user_id | int | 否 | 业务员的id 不传为自己的id | |
| number | int | 否 | 返回数量 | |
| page | int | 否 | 第几页 | |
| keyword | string | 否 | 关键词 | |
| status | int | 否 | 状态:1-审核成功,2-审核是吧,3-未审核 | |
| time_start | string | 否 | 开始时间 | |
| time_end | string | 否 | 结束时间 |
返回值示例 成功请求示例:
{ "status": 1, "data": { "user": [ { "user_name": "许典兵-服务商", "store_id": "2017102922520478169", "store_name": "尹大帅", "people": "尹大帅", "people_phone": "15550905500", "store_address": "百脑汇科技数码广场二楼151a", "store_logo": "https://xy.umxnt.com/upload/picture/2017/10/29/225527_350.jpg", "created_at": "2017-10-29 22:55:36", "is_close": 0, "updated_at": "2017-10-29 22:55:36", "status": 3, "status_desc": "未审核" } ] } }
返回参数说明
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| user_name | string | 是 | 业务员姓名 | |
| store_name | string | 是 | 商户名称 | |
| store_logo | string | 是 | 商户头像 | |
| store_phone | string | 是 | 商户联系方式 | |
| status | string | 是 | 状态;1-审核成功,2-审核是吧,3-未审核 | |
| status_desc | string | 是 | 状态描述反馈信息 |
{ "msg":"无效参数", "status":0 }