Authori-Zation: ********************
curl --location --request GET '/storeapi/order/vip_order?member_type=free&limit=15&name=&add_time=&staff_id=&page=1' \
--header 'Authori-Zation;'
{
"status": 200,
"msg": "ok",
"data": {
"list": [
{
"id": 57,
"store_id": 2,
"staff_id": 2,
"uid": 144,
"type": 0,
"order_id": "hy428198920674344960",
"member_type": "试用",
"code": "",
"pay_type": "免费领取",
"paid": 1,
"pay_price": "0.00",
"member_price": "0.00",
"pay_time": "2023-08-30 14:29:38",
"trade_no": "",
"channel_type": "routine",
"is_free": 1,
"is_permanent": 0,
"overdue_time": "2023-09-06 14:29:38",
"is_del": 0,
"vip_day": 7,
"add_time": "2023-08-30 14:29:38",
"money": "0.00",
"remarks": "",
"staff_uid": 0,
"staff_store_id": 2,
"staff_name": "陈先生",
"user": {
"uid": 144,
"nickname": "132****6864",
"avatar": "http://test.mall.86yfw.com/uploads/system/723adbdd4e49a0f9394dfc700ab5dba3.png",
"phone": "13229656864",
"spread_uid": 0,
"overdue_time": "2023-09-06 14:29:38",
"now_money": "170.00",
"integral": 15
}
}
],
"count": 1
}
}