Files
Vue/student-vol/mock/myApplyList.json
2025-12-22 11:16:50 +08:00

33 lines
734 B
JSON

{
"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
}
]
}
}