curl --location --request GET 'https://shopqno4z0sv.yixiangonline.com/adminapi/settings.shop.renew/index' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"meal_name": "测试新套餐-edit",
"meal_prices": [
{
"id": 60,
"set_meal_id": 10,
"time": 1,
"time_type": 1,
"price": "10.00",
"create_time": "2022-11-27 20:07:58",
"time_desc": "1个月"
},
{
"id": 61,
"set_meal_id": 10,
"time": 2,
"time_type": 2,
"price": "180.00",
"create_time": "2022-11-27 20:07:58",
"time_desc": "2年"
}
],
"pay_ways": {
"online": [
{
"id": 177,
"name": "微信支付",
"pay_way": 2,
"icon": "https://likeshopb2cplusdoukai.yixiangonline.com/resource/image/adminapi/pay/wechat.png",
"sort": 100,
"remark": "",
"sid": 0,
"delete_time": null
},
{
"id": 178,
"name": "支付宝支付",
"pay_way": 3,
"icon": "https://likeshopb2cplusdoukai.yixiangonline.com/resource/image/adminapi/pay/alipay.png",
"sort": 150,
"remark": "",
"sid": 0,
"delete_time": null
}
],
"offline": [
{
"id": 179,
"name": "对公转账",
"pay_way": 5,
"icon": "https://shopqno4z0sv.yixiangonline.com/resource/image/adminapi/pay/balance.png",
"sort": 50,
"remark": null,
"sid": 0,
"delete_time": null
}
]
}
}
}