fix:save_to_json

This commit is contained in:
dichgrem
2025-12-26 11:00:57 +08:00
parent d076ee1d3a
commit 61655580fd
9 changed files with 550 additions and 303 deletions

View File

@@ -32,9 +32,9 @@
"endTime": 1672099200000,
"palce": "福州市养老院",
"isYourSchool": false,
"canApply": true,
"canApply": false,
"actPic": "./imgs/actImg.jpeg"
}
]
}
}
}

View File

@@ -5,6 +5,17 @@
"pageSize": 10,
"pageCount": 1,
"list": [
{
"id": 3,
"title": "社区敬老院服务",
"startTime": 1672012800000,
"endTime": 1672099200000,
"palce": "福州市养老院",
"isYourSchool": false,
"canApply": true,
"actPic": "./imgs/actImg.jpeg",
"applyStatus": 1
},
{
"id": 1,
"title": "运动会志愿者招募",
@@ -29,4 +40,4 @@
}
]
}
}
}

View File

@@ -2,7 +2,7 @@
"error": 0,
"data": {
"provinceRank": 156,
"totalScore": 128,
"totalScore": 132,
"grandeRank": 8
}
}
}

View File

@@ -5,6 +5,15 @@
"pageSize": 10,
"pageCount": 1,
"list": [
{
"id": 4,
"pic": "./imgs/actImg.jpeg",
"content": "666",
"publisher": "未知来源",
"time": 1766717931972,
"status": 1,
"hour": 2
},
{
"id": 1,
"pic": "./imgs/actImg.jpeg",
@@ -31,4 +40,4 @@
}
]
}
}
}

View File

@@ -2,13 +2,13 @@
"error": 0,
"data": {
"avatar": "./imgs/avatar.png",
"name": "李华",
"code": 12343434,
"name": "666",
"code": 114514,
"gender": 0,
"phoneNum": "18787698789",
"phoneNum": "1919810",
"school": "福州大学至诚学院",
"profession": "软件工程",
"userType": 0,
"totalScore": 128
"profession": "计算机",
"userType": 2,
"totalScore": 132
}
}
}

View File

@@ -3,6 +3,6 @@
"data": {
"avatar": "./imgs/avatar.png",
"name": "李华",
"totalScore": 128
"totalScore": 132
}
}
}

View File

@@ -1,8 +1,8 @@
{
"error": 0,
"data": {
"times": 12,
"duration": 48,
"score": 96
"times": 13,
"duration": 50,
"score": 100
}
}
}