{
"app_key": "455656544",
"timestamp": 1623343322,
"sign":"sgsdsg3aasdgdsgsdfs434343efset43",
"product_id ":"10001",
"goods_sku":"SK000178",
"amount": 10,
"price ":100.1 //商品报价
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/merchant/productGoodsPriceSave' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "455656544",
"timestamp": 1623343322,
"sign":"sgsdsg3aasdgdsgsdfs434343efset43",
"product_id ":"10001",
"goods_sku":"SK000178",
"amount": 10,
"price ":100.1 //商品报价
}'
{
"code": 0,
"message": "ok",
"stime": 1729161159.979492,
"etime": 1729161161.79868,
"data": {
"code": 0,
"data": [],
"message": "",
"success": true
}
}