curl --location --request GET '/adminapi/teamhead.teamhead_apply/lists?user_info&mobile&status' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "李四",
"mobile": "17306643985",
"province_id": 110000,
"city_id": 110100,
"district_id": 110101,
"address": "天上人间",
"status": 1,
"create_time": "2022-11-18 14:36:47",
"user_sn": 20000001,
"avatar": "resource/image/shopapi/default/avatar.png",
"nickname": "李四",
"status_desc": "待跟进"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}