文档
测试

商品上下架

POST
https://djsh.meiliancheng.cn/index.php?s=/shop/api.goods/goodsStatus

请求参数

参数名
类型
描述
必填
status
int
10上架,20下架,示例:20
必填
wxapp_id
int
示例:10001
必填
shop_id
int
商家id,示例:10020
必填
goods_id
int
商品id,多个商品用逗号隔开,示例:11720
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
code
int
示例:1
必填
msg
string
示例:操作成功
必填