说明
查询收银员列表信息
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/getStoreMerchantInfo |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| store_id | string | 否 | 门店id |
返回值示例 成功请求示例:
{ "status": 1, "data": { "merchant": [ { "id": 17, "name": "18851186776", "phone": "18851186776", "imei": "1104a897929d8bfc54e", "store_id": "o20173145000", "type": 0, "created_at": "2017-03-11 17:04:19" }, { "id": 83, "name": "戴明康-1", "phone": "18851186777", "imei": null, "store_id": "o20173145000", "type": 1, "created_at": "2017-08-18 17:58:06" } ] } }失败请求示例
{ "msg":"无效参数", "status":0 }