说明
根据门店id获取门店信息
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/user/storeInfo |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 | |
| store_id | string | 是 | 门店id |
返回值示例 成功请求示例:
{ "status": 1, "data": [ { "tb_rate": 0.38, "ta_rate": 0.38, "id": 1, "config_id": "123", "pid": 0, "user_id": 1, "merchant_id": 1, "store_id": "2017101317522231213", "store_name": "南京有梦想科技门店1", "store_short_name": "南京有梦想科技门店1", "people": "赵云", "people_phone": "15715168982", "province_code": "320000", "city_code": "320100", "area_code": "320115", "store_address": "天元东路1009号", "head_name": "赵云", "head_sfz_no": "321084198908173614", "head_sfz_img_a_url": "https://m.umxnt.com/upload/adimg/20171108105801.png", "head_sfz_img_b_url": "https://m.umxnt.com/upload/picture/2017/10/13/175220_328.jpg", "category_id": "2016062900190124", "category_name": "汽车行业", "store_logo": "https://m.umxnt.com/upload/picture/2017/10/19/132756_146.jpg", "store_license_url": "https://m.umxnt.com/upload/adimg/20171108105814.png", "store_industrylicense_url": "https://m.umxnt.com/upload/adimg/20171108105821.png", "store_other_url": "https://m.umxnt.com/upload/adimg/20171108105828.png", "store_license_no": "91320191MA1MYUM491", "store_alipay_account": "dmk@qq.com", "store_alipay_name": "南京有梦想网络科技有限公司1111", "is_close": 0, "FeeType": "02", "is_admin_close": 0, "is_admin_close_desc": "触发想用风控系统", "store_type": 2, "status": 1, "status_desc": "审核成功", "wx_AppId": "1", "wx_Secret": "2", "wx_SubscribeAppId": "789", "created_at": "2017-10-13 17:57:09", "updated_at": "2017-11-08 11:41:09", "user_name": "公司" } ] }
返回参数说明
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| user_name | string | 是 | 业务员姓名 | |
| store_name | string | 是 | 商户名称 | |
| store_logo | string | 是 | 商户头像 | |
| store_phone | string | 是 | 商户联系方式 | |
| store_address | string | 是 | 商户地址 | |
| tb_rate | string | 是 | 门店t1费率 | |
| ta_rate | string | 是 | 门店t0费率 | |
| is_close | string | 是 | 0- 代表未关闭1-关闭 | |
| status | string | 是 | 状态;1-审核成功,2-审核失败,3-未审核 | |
| status_desc | string | 是 | 状态描述反馈信息 | |
| FeeType | string | 是 | 01-T0,02-T1 | |
| store_photo_a | string | 是 | 店内照片1 | |
| store_photo_b | string | 是 | 店内照片2 |
{ "msg":"无效参数", "status":0 }