curl --location --request GET '/shopapi/coach/shopCoachLists'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 8,
"name": "测试",
"good_comment": "0%",
"work_photo": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png",
"order_num": 0,
"location": {
"nation": "中国",
"province": "北京市",
"city": "北京市",
"district": "西城区",
"street": "白广路二条",
"street_number": "白广路二条16号"
}
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}