设置货物状态
POST
http://xhf.qmbzch.cn/api/product_class/set_product_state
请求参数
参数名
类型
描述
必填
id
int
货物id 示例:6
必填
state
int
状态 0听到 1启用
必填
响应参数
参数名
类型
描述
必填
state
string
示例:ok
必填
message
string
示例:成功
必填