curl --location --request GET '/api/user_selfpickup_point/lists?longitude=&latitude=' \
--header 'token;'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"teamhead_id": 1,
"selfpickup_point_id": 1,
"name": "零点便利店",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/article01.png",
"mobile": "17306643985",
"province_id": 110000,
"city_id": 110100,
"district_id": 110101,
"address": "天上人间",
"longitude": null,
"latitude": null,
"start_time": "07:00",
"end_time": "19:00",
"status": 1,
"label_ids": [
"1",
"2"
],
"address_desc": "北京北京市东城区天上人间",
"status_desc": "开启",
"label_desc": [
"冷藏",
"冷冻"
]
}
]
}