{
"orderId": 0,
"userId": 0,
"amount": 0,
"discountMoney": 0,
"addTime": 0,
"paidTime": 0,
"postscript": "string",
"status": 0
}
curl --location --request POST '/adminapi/finance/userRechargeOrder/update' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"userId": 0,
"amount": 0,
"discountMoney": 0,
"addTime": 0,
"paidTime": 0,
"postscript": "string",
"status": 0
}'