添加货物
POST
http://hefeng/api/Product_class/add_product
请求参数
参数名
类型
描述
必填
class_id
int
示例:5
必填
name
string
示例:西红柿
必填
product_code
int
示例:20312
必填
other_code
int
示例:2021
必填
响应参数
参数名
类型
描述
必填
state
string
示例:ok
必填
message
string
示例:添加成功
必填