Authorization: Bearer ********************{
"group_id": 0
}curl --location 'http://127.0.0.1:3000/get_group_signed_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"group_id": 0
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"user_id": 10086,
"nick": "昵称",
"time": 1783094400,
"rank": 1
},
{
"user_id": 10087,
"nick": "昵称",
"time": 1783094401,
"rank": 2
}
],
"message": "",
"wording": ""
}