{
"rechargeId": 0,
"money": 0,
"discountMoney": 0,
"sortOrder": 0,
"isShow": 0
}
curl --location --request POST '/adminapi/promotion/rechargeSetting/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"rechargeId": 0,
"money": 0,
"discountMoney": 0,
"sortOrder": 0,
"isShow": 0
}'