文档
测试

添加商品

POST
http://192.168.31.230:9002/goods/addGoods

请求头

参数名
类型
描述
必填
Content-Type
string
示例:application/json;charset=UTF-8
可选

请求参数

参数名
类型
描述
必填
token
string
示例:100000018092200509385452
必填
productSubCode
int
示例:100000018
必填
productTypeCode
int
示例:104
必填
iconUrl
string
示例:
必填
price
int
示例:145000
必填
resume
string
示例:
必填
purchaseNotes
string
示例:商品购买须知q
必填
usageIllustration
string
示例:商品使用说明q
必填
introduction
string
示例:
必填

响应参数

参数名
类型
描述
必填
result
object
示例:null
必填
code
string
示例:-1
必填
success
boolean
示例:false
必填
resultMsg
string
示例:商品已存在
必填