说明
获取门店认证信息
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/store_data |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "data": { "merchant": { "id": 14, "config_id": "123", "pid": 0, "user_id": 1, "merchant_id": 0, "store_id": "2017101317522231213", "store_name": "南京有梦想科技门店1", "store_short_name": "有梦想网络科技", "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/picture/2017/10/13/175210_676.jpg", "head_sfz_img_b_url": "https://m.umxnt.com/upload/picture/2017/10/13/175220_328.jpg", "category_id": "2015063000020189", "store_logo": "https://m.umxnt.com/upload/picture/2017/10/13/175452_859.jpg", "store_license_url": "https://m.umxnt.com/upload/picture/2017/10/13/175557_504.jpg", "store_license_no": "91320191MA1MYUM491", "store_alipay_account": "dmk@qq.com", "store_alipay_name": "南京有梦想网络科技有限公司1111", "is_close": 1, "store_type": 1, "status": 2, "status_desc": "营业执照不正确", "wx_AppId": "1", "wx_Secret": "2", "wx_SubscribeAppId": "789", "created_at": "2017-10-13 17:57:09", "updated_at": "2017-10-19 11:10:32", "province": "江苏省", "city": "南京市", "area": "江宁区", "category_name": null } } }
返回参数说明
- | 参数 | 类型 | 是否必填 | 最大长度 | 描述 | | :--- | :--- | :--- | :--- | :--- | | store_name | string | 是 | | 店铺名称 | | store_short_name | | | | 店铺简称 | | head_name | string | 是 | | 法人姓名 | | head_sfz_no | string | 是 | | 法人身份证 | | store_address | string | 是 | | 店铺地址 | | store_alipay_account | string | 是 | | 店铺支付宝账号 | | store_alipay_name | string | 是 | | 支付宝账号名称 | | category_name | string | 是 | | 商户类型 | | store_license_no | string | 是 | | 信用代码证 | | store_type | int | 是 | | 1-个体,2-企业,3-个人 | | store_industrylicense_url | string | 是 | | 开户许可证 | | store_other_url | string | 是 | | 其他图片 |
失败请求示例
{ "msg":"无效参数", "status":0 }