查看取货方式状态
接口
POST https://open.jisuapp.cn/business/Shop/GetBECstoreConfig
请求参数说明
Content-Type:
application/x-www-form-urlencoded
| 参数 | 类型 | 必填 | 说明 | | --- | --- | --- | --- | | access_token | String | Y | 用户授权的唯一票据 |
返回参数
| 参数 | 类型 | 说明 | | --- | --- | --- | | status | int | 状态码 0成功 1失败 | | data | string | |
data返回示例
"data" : { "intra_city": 1, //同城配送状态 1开启 0关闭 "dining": 1, //餐饮状态 1开启 0关闭 }