Authorization: Bearer ********************curl --location --request GET 'https://venuehelper.api.voc2018.com/workArrangements/work/2' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "2",
"userId": "2",
"workId": "2",
"username": "test",
"userAvatar": null,
"workName": "数统学院毕业晚会彩排",
"position": null
},
{
"id": "3",
"userId": "5",
"workId": "2",
"username": "白曙光",
"userAvatar": null,
"workName": "数统学院毕业晚会彩排",
"position": null
},
{
"id": "1",
"userId": "1",
"workId": "2",
"username": "周思南",
"userAvatar": null,
"workName": "数统学院毕业晚会彩排",
"position": null
}
]
}