{
"orderNo": "string",
"payPrice": 0
}curl --location --request POST '/api/admin/store/order/update/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string",
"payPrice": 0
}'{
"code": 0,
"data": "string",
"message": "string"
}