{
"sort_order": "10",
"is_show": 1,
"money": "5000",
"discount_money": "50"
}
curl --location --request POST '/adminapi/promotion/recharge_setting/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort_order": "10",
"is_show": 1,
"money": "5000",
"discount_money": "50"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "余额充值添加成功"
}
}