文档
测试

上架、下架商品

POST
http://localhost:8081/commodity/pushCommodity

请求参数

参数名
类型
描述
必填
id
string
示例:9
必填
status
string
示例:0 0:上架 1:下架
必填

响应参数

参数名
类型
描述
必填
resultCode
int
示例:200
必填
resultMsg
string
示例:操作成功
必填
resultData
int
示例:1
必填