mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 04:41:55 -05:00
41 lines
963 B
JSON
41 lines
963 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"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "图书馆志愿服务",
|
|
"startTime": 1670284800000,
|
|
"endTime": 1670371200000,
|
|
"palce": "福州市图书馆",
|
|
"isYourSchool": false,
|
|
"canApply": false,
|
|
"actPic": "./imgs/actImg.jpeg"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"title": "社区敬老院服务",
|
|
"startTime": 1672012800000,
|
|
"endTime": 1672099200000,
|
|
"palce": "福州市养老院",
|
|
"isYourSchool": false,
|
|
"canApply": true,
|
|
"actPic": "./imgs/actImg.jpeg"
|
|
}
|
|
]
|
|
}
|
|
}
|