{
"goodsNum": 3,
"id": 10001,
"purchaseUnitPrice": 36
}curl --location 'https://openapi.shishiniu.com/api/openapi/purchaseOrder/modify' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"goodsNum": 3,
"id": 10001,
"purchaseUnitPrice": 36
}'{
"code": 0,
"data": "string",
"msg": "成功"
}