curl --location --request GET '/platformapi/order.set_meal_order/searchParam' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"set_meal": {
"1": "全系列套餐",
"2": "超级VIP套餐",
"3": "全家桶套餐",
"5": "2",
"6": "123",
"9": "超级VIP套餐(指定)",
"10": "测试新套餐-edit",
"all": "全部"
},
"pay_status": {
"0": "未支付",
"1": "已支付",
"all": "全部"
},
"pay_way": {
"2": "微信支付",
"3": "支付宝支付",
"4": "对公转账",
"all": "全部"
}
}
}