更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
{
"projectId": "abc",
"userIdList": [
1,
2,
3
]
}
curl --location --request POST 'http://localhost:6880/project/removeMemberList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "abc",
"userIdList": [
1,
2,
3
]
}'
{
"msg": "操作成功",
"code": 200
}