curl --location -g --request GET 'https://www.zhizhuip.cc/externalapi/device/userSetMeal?access_token=&type=0&status=0&page=1&pagesize=10'
{
"code": 0,
"msg": "string",
"time": "string",
"data": {
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"bill": "string",
"money": "string",
"type": "string",
"createtime": 0,
"set_meal_id": 0,
"is_renew": "string",
"createtime_text": "string"
}
]
}
}