- 添加/修改 门店信息
接口
POST https://open.jisuapp.cn/business/Store/AddAppStore
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | Y | 用户授权的唯一票据 |
app_store_id | int | N | 门店id |
contact_name | string | Y | 联系人名 |
contact_phone | string | Y | 联系人电话 |
title | string | Y | 门店名 |
logo | string | Y | 门店logo |
industry_type | int | Y | 行业分类id |
region | int | Y | 区域id |
address_detail | string | Y | 地址详情:xxx街道 |
store_desc | text | Y | 门店详情 |
service_phone | string | N | 客服电话 |
longitude | double | Y | 经度 |
latitude | double | Y | 纬度 |
返回参数
参数 | 类型 | 说明 | |
---|---|---|---|
status | int | 状态码 0成功 1失败 | |
data | int | 门店id |
参数返回示例
{
"status":0,
"data":5
}