简要描述:
- 卡券--商品可售检测 和聚合供应链一致
请求URL:
plugin.yz-supply-camilo-resources.frontend.goods.option
参数:
参数名 | 类型 | 说明 |
---|---|---|
goods_id | int | 商品id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": {
"939": 0,
"940": 0,
"941": 0,
"942": 0
}
}
{
"result": 1,
"msg": "",
"data": {
}
}
错误时返回:
{
data: null
msg: "失败"
result: 0
}
data返回参数说明:
格式 规格id : 是否可售 如果data内无任何参数代表商品不可售
参数名 | 类型 | 说明 |
---|---|---|
规格id | int | 1可售 0不可售 |