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

此提交包含在:
2022-11-24 20:55:35 +08:00
父節點 dad0f34764
當前提交 65149386c4
共有 5 個檔案被更改,包括 14 行新增1 行删除

查看文件

@@ -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"`
}