feat:student-vol

This commit is contained in:
dichgrem
2025-12-22 11:16:50 +08:00
parent 9b5060afd1
commit 57679a4d0b
48 changed files with 4295 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"error": 0,
"data": {
"current": 1,
"pageSize": 10,
"pageCount": 1,
"list": [
{
"id": 1,
"title": "运动会志愿者招募",
"startTime": 1671494400000,
"endTime": 1671697800000,
"palce": "福州大学至诚学院",
"isYourSchool": true,
"canApply": true,
"actPic": "./imgs/actImg.jpeg",
"applyStatus": 1
},
{
"id": 2,
"title": "图书馆志愿服务",
"startTime": 1670284800000,
"endTime": 1670371200000,
"palce": "福州市图书馆",
"isYourSchool": false,
"canApply": false,
"actPic": "./imgs/actImg.jpeg",
"applyStatus": 2
}
]
}
}