{
"shareKey":"1813509555762630656"
}
curl --location --request POST 'localhost:8077/tempSign/api/activityUserInfo' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shareKey":"1813509555762630656"
}'
{
"code": 0,
"errorCode": 0,
"message": "",
"result": {
"signUserList": [
{
"copyUser": 0,
"icon": "https://oss.lcsxs.com/Y/medical-hospital-auth/icon1720166249233.jpg",
"isSign": 1,
"mobile": "99912000012",
"signTime": "2024-07-11 16:33",
"type": 0,
"userId": 110089,
"userName": "实星瞳",
"userType": 1
},
{
"copyUser": 0,
"icon": "http://oss.lcsxs.com/icon1701954389694.jpg",
"isSign": 1,
"mobile": "99940000008",
"signTime": "2024-07-11 16:33",
"type": 0,
"userId": 87132,
"userName": "巷",
"userType": 1
}
],
"signUserNum": 2,
"totalUserNum": 21
},
"success": true
}