{
"token": "string",
"orderId": "string",
"buyerUserId": "string",
"reviewStatus": 0,
"reviewMessage": "string"
}curl --location --request POST '/order/base/platform/updatePaymentDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"orderId": "string",
"buyerUserId": "string",
"reviewStatus": 0,
"reviewMessage": "string"
}'{
"code": 0,
"message": "",
"data": {}
}