curl --location --request GET '/app-api/pay/wallet-recharge-package/list' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"id": 1024,
"name": "小套餐",
"payPrice": 10,
"bonusPrice": 20
}
],
"msg": "string"
}