curl --location --request GET '/adminapi/promotion/rechargeSetting/list' \
--header 'X-Shop-Id: 0'
{
"records": [
{
"rechargeId": 0,
"money": 0,
"discountMoney": 0,
"sortOrder": 0,
"isShow": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}