{
"recharge_id": 58,
"sort_order": 10,
"is_show": 1,
"money": "5000.00",
"discount_money": "150.00"
}
curl --location --request POST '/adminapi/promotion/recharge_setting/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"recharge_id": 58,
"sort_order": 10,
"is_show": 1,
"money": "5000.00",
"discount_money": "150.00"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "余额充值更新成功"
}
}