mirror of https://github.com/Xhofe/alist
fix(chaoxing): upload to ChaoxingxingGroupCloud failed (#6953)
change the data type on deserializing jsonpull/6977/head
parent
29165d8e60
commit
979d0cfeee
|
@ -201,8 +201,8 @@ type UploadFileDataRsp struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
ObjectID string `json:"objectId"`
|
ObjectID string `json:"objectId"`
|
||||||
Restype string `json:"restype"`
|
Restype string `json:"restype"`
|
||||||
UploadDate time.Time `json:"uploadDate"`
|
UploadDate int64 `json:"uploadDate"`
|
||||||
ModifyDate time.Time `json:"modifyDate"`
|
ModifyDate int64 `json:"modifyDate"`
|
||||||
UploadDateFormat string `json:"uploadDateFormat"`
|
UploadDateFormat string `json:"uploadDateFormat"`
|
||||||
Residstr string `json:"residstr"`
|
Residstr string `json:"residstr"`
|
||||||
Suffix string `json:"suffix"`
|
Suffix string `json:"suffix"`
|
||||||
|
@ -235,8 +235,8 @@ type UploadDoneParam struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
ObjectID string `json:"objectId"`
|
ObjectID string `json:"objectId"`
|
||||||
Restype string `json:"restype"`
|
Restype string `json:"restype"`
|
||||||
UploadDate time.Time `json:"uploadDate"`
|
UploadDate int64 `json:"uploadDate"`
|
||||||
ModifyDate time.Time `json:"modifyDate"`
|
ModifyDate int64 `json:"modifyDate"`
|
||||||
UploadDateFormat string `json:"uploadDateFormat"`
|
UploadDateFormat string `json:"uploadDateFormat"`
|
||||||
Residstr string `json:"residstr"`
|
Residstr string `json:"residstr"`
|
||||||
Suffix string `json:"suffix"`
|
Suffix string `json:"suffix"`
|
||||||
|
|
Loading…
Reference in New Issue