fix: 189cloud big file download (close #683)

This commit is contained in:
Xhofe
2022-03-07 15:04:20 +08:00
parent 678a982535
commit c63e05983d
3 changed files with 31 additions and 9 deletions

View File

@ -88,12 +88,6 @@ func (driver Cloud189) FormatFile(file *Cloud189File) *model.File {
// return nil, ErrPathNotFound
//}
type Cloud189Down struct {
ResCode int `json:"res_code"`
ResMessage string `json:"res_message"`
FileDownloadUrl string `json:"fileDownloadUrl"`
}
type LoginResp struct {
Msg string `json:"msg"`
Result int `json:"result"`