文档
测试

新增商品定价

POST
http://192.168.31.230:9002/goods/batchAddMerGoodsPrice

请求头

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

请求参数

参数名
类型
描述
必填
merchantId
int
示例:10809871
必填
isEffect
string
示例:N
必填
prices
array
数据列表
必填
goodsCode
int
示例:1000000017
必填
rebate
string
示例:0.8
必填
decMoney
string
示例:1.6
必填
price
float
示例:6.4
必填

响应参数

参数名
类型
描述
必填
result
object
示例:null
必填
code
string
示例:0
必填
success
boolean
示例:true
必填
resultMsg
object
示例:null
必填