说明
添加分店
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/add_sub_store |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_name | string | 否 | 店名称 | |
province_code | string | 是 | 省编码 | |
city_code | string | 是 | 市编码 | |
area_code | string | 是 | 区编码 | |
store_address | string | 是 | 门店地址 |
- 成功返回有数据
{
"status": 1,
"message": "分店添加成功",
"data": []
}
失败请求示例
{ "message":"无效参数", "status":2 }