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