正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -42,7 +42,7 @@ type CooperationApplication struct { | @@ -42,7 +42,7 @@ type CooperationApplication struct { | ||
42 | FileType string `json:"fileType"` | 42 | FileType string `json:"fileType"` |
43 | Name string `json:"name"` | 43 | Name string `json:"name"` |
44 | URL string `json:"url"` | 44 | URL string `json:"url"` |
45 | - FileSize string `json:"fileSize"` | 45 | + FileSize int `json:"fileSize"` |
46 | } `json:"attachment"` | 46 | } `json:"attachment"` |
47 | } `json:"cooperationProject"` | 47 | } `json:"cooperationProject"` |
48 | Org struct { | 48 | Org struct { |
-
请 注册 或 登录 后发表评论