增加性接口,修复登录错误

This commit is contained in:
2022-11-24 20:55:35 +08:00
parent dad0f34764
commit 65149386c4
5 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ type Activity struct {
ID int `json:"id"`
Category string `json:"category"`
Name string `json:"name"`
Image string `json:"image"`
Credit int `json:"credit"`
}