{
"id":29,
"currentPage":1,
"pageSize":10,
"type":7
}
curl --location --request POST 'http://127.0.0.1:8080/user/getTeamUserList' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":29,
"currentPage":1,
"pageSize":10,
"type":7
}'
{
"code": 0,
"msg": "",
"data": {
"pageNo": 0,
"size": 0,
"current_page": 1,
"page_size": 10,
"total": 1,
"visual_total": 0,
"list": [
{
"id": 43,
"unionId": "o9cFbwj30L7t2I-GYCkYzE-F7EIs",
"teamId": 27,
"isAdmin": 1,
"name": "Dopamine",
"realName": "Dopamine",
"memberNo": 1,
"memberNoExternal": 0,
"canUnbinding": 0,
"canSwitch": 0,
"isPast": 0,
"status": 1,
"count": 0,
"month": 0,
"joinDate": 1693449250000,
"quitDate": null,
"expiredDate": 1725071650000
}
],
"activeConfigList": null
}
}