更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
{"projectId":"dddd"}
curl --location --request POST 'http://localhost:6880//project/member/queryUserListById' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"projectId":"dddd"}'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"email": "dengxinjiang@qq.com",
"joined": 1,
"nickName": "邓新疆",
"userId": 1
}
]
}