curl --location --request GET 'api/coach/detail?longitude&latitude&id'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 10,
"work_status": 1,
"work_photo": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png",
"name": "测试1",
"distance": 1882.84,
"order_num": 0,
"distance_desc": "1882.84km",
"first_appoint": "6:00",
"is_collect": 1,
"comment_num": 200,
"good_comment": "98%",
"is_shop": 1
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}