作者 tangxuhui

更新

@@ -9,5 +9,5 @@ type Attachment struct { @@ -9,5 +9,5 @@ type Attachment struct {
9 // 附件地址 9 // 附件地址
10 Url string `json:"url"` 10 Url string `json:"url"`
11 // 附件文件大小 11 // 附件文件大小
12 - FileSize int64 `json:"fileSize,string"` 12 + FileSize int64 `json:"fileSize"`
13 } 13 }
@@ -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 {