curl --location --request GET '/api/teamhead/lists?district_id=&keyword=&latitude=&longitude=' \
--header 'token;'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "零点便利店",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/article01.png",
"real_name": "李四",
"mobile": "17306643985",
"province_id": 110000,
"city_id": 110100,
"district_id": 110101,
"address": "天上人间",
"longitude": "116.41005",
"latitude": "39.93157",
"start_time": "07:00",
"end_time": "19:00",
"status": 1,
"label_ids": [
"1",
"2"
],
"remark": "备注",
"distance": "4.27公里",
"status_desc": "开启",
"address_desc": "北京北京市东城区天上人间",
"label_desc": [
"冷藏",
"冷冻"
]
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}