curl --location --request GET '/api/staff/lists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 2,
"user_id": 1,
"name": "王师傅",
"goods_ids": ",2,3,",
"province_id": 444,
"city_id": 4444,
"district_id": 44444,
"address": "444444",
"goods_name": "日常保洁、家电维修",
"user_image": "http://www.smyy.localhost/111",
"province": "北京",
"city": "北京市",
"district": "东城区"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}