{
"crowdId": 0,
"userIds": [
0
]
}
curl --location --request POST '/crowd2/set/admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"crowdId": 0,
"userIds": [
0
]
}'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"createTime": "",
"updateTime": "",
"userId": 0,
"crowdId": 0,
"crowdIdTxId": "",
"img": "",
"goCrowd": false,
"mobile": "",
"authentication": false,
"roomNo": "",
"name": "",
"userTxId": "",
"leader": false,
"kinsmanCode": "",
"assistant": false,
"sex": 0,
"married": false,
"birthday": ""
}
]
}