作者 tangxuhui

更新

... ... @@ -9,5 +9,5 @@ type Attachment struct {
// 附件地址
Url string `json:"url"`
// 附件文件大小
FileSize int64 `json:"fileSize,string"`
FileSize int64 `json:"fileSize"`
}
... ...
... ... @@ -42,7 +42,7 @@ type CooperationApplication struct {
FileType string `json:"fileType"`
Name string `json:"name"`
URL string `json:"url"`
FileSize string `json:"fileSize"`
FileSize int `json:"fileSize"`
} `json:"attachment"`
} `json:"cooperationProject"`
Org struct {
... ...