Authorization: Bearer ********************
curl --location --request GET '/admin/user_groups/users?group_id=2'
{
"code": 0,
"message": "SUCCESS",
"data": {
"total": 3,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 6,
"name": "test",
"type": "user",
"status": "inactive",
"checked": 1
},
{
"id": 3,
"name": "ken",
"type": "user",
"status": "inactive",
"checked": 1
},
{
"id": 1,
"name": "微信用户_JhhkPE",
"type": "super_admin",
"status": "active",
"checked": 0
}
]
}
}