说明
门店信息查询
head_info-法人信息
store_info-门店信息
account_info-账户信息
license_info-证件照信息
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/store |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_id | string | 否 | 门店ID-不传此参数默认为登录者关联的门店资料 | |
type | string | 否 | 类型-默认返回所有,可以单个返回或者组合返回用英文逗号隔开head_info,store_info |
返回值示例 成功请求示例:
{ "status": -1, "message": "成功", "data": { "head_info": { "head_name": "", "head_sfz_no": "", "head_sfz_img_a": "", "head_sfz_img_b": "" }, "store_info": { "store_name": "", "province_code": "", "city_code": "", "area_code": "", "store_address": "", "store_type": 1, "category_id": "", "category_name": "", "store_logo_img": "", "store_img_a": "", "store_img_b": "", "store_img_c": "" }, "account_info": { "store_alipay_account": "", "store_bank_no": "", "store_bank_phone": "", "store_bank_name": "", "store_bank_type": "", "bank_name": "", "bank_no": "", "sub_bank_name": "", "bank_province_code": "", "bank_city_code": "", "bank_area_code": "", "bank_img_a": "", "bank_img_b": "" }, "license_info": { "store_license_no": "", "store_license_time": "", "store_license_img": "", "store_other_img": "" } } }
失败请求示例
{ "message":"无效参数", "status":2 }