1.获取自动打单配置
接口
POST https://open.jisuapp.cn/business/Shop/GetAutoPrintOrderSwitch
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | Y | 用户授权的唯一票据 |
is_seller_crm | int | Y | 是否; |
goods_type | int | Y | 商品类型,0:普通商品;2:外卖商品;3:到店商品; |
返回参数
参数 | 类型 | 说明 |
---|---|---|
status | int | 状态码 0成功 1失败 |
data | object | 数据 |
参数返回示例
{
"status": 0,
"data": 1 // 1:开启;0:关闭
}