{
"app_key": "",
"timestamp": "",
"sign": "",
"miniunit_id ": "10001",
"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": "",
"timestamp": "",
"sign": "",
"miniunit_id ": "10001",
"price": "100.1"
}'
{
"code": 0,
"message": "ok",
"stime": 1729161159.979492,
"etime": 1729161161.79868,
"data": {
"code": 0,
"data": [],
"message": "",
"success": true
}
}