This commit is contained in:
maruizhi
2026-09-22 11:49:44 +08:00
parent 751d430e3e
commit bff10de7fa
4 changed files with 98 additions and 22 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class StugetResponse(BaseModel):
progress: int = 0
@field_serializer('progress')
def int_to_string(cls, progress: int):
def int_to_string(self, progress: int):
d1 = {
0: '学习中',
1: '求职中',