curl --location --request GET '/adminapi/workbench/teamheadLists?page_no=1' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "李四",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/article01.png",
"num": 1,
"amount": "10.00"
}
],
"count": 1,
"page_no": 1,
"page_size": 10
}
}