File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ func (e *FileUploadAndDownloadRouter) InitFileUploadAndDownloadRouter(Router *gi
17
17
fileUploadAndDownloadRouter .POST ("editFileName" , exaFileUploadAndDownloadApi .EditFileName ) // 编辑文件名或者备注
18
18
fileUploadAndDownloadRouter .POST ("breakpointContinue" , exaFileUploadAndDownloadApi .BreakpointContinue ) // 断点续传
19
19
fileUploadAndDownloadRouter .GET ("findFile" , exaFileUploadAndDownloadApi .FindFile ) // 查询当前文件成功的切片
20
- fileUploadAndDownloadRouter .POST ("breakpointContinueFinish" , exaFileUploadAndDownloadApi .BreakpointContinueFinish ) // 查询当前文件成功的切片
21
- fileUploadAndDownloadRouter .POST ("removeChunk" , exaFileUploadAndDownloadApi .RemoveChunk ) // 查询当前文件成功的切片
20
+ fileUploadAndDownloadRouter .POST ("breakpointContinueFinish" , exaFileUploadAndDownloadApi .BreakpointContinueFinish ) // 切片传输完成
21
+ fileUploadAndDownloadRouter .POST ("removeChunk" , exaFileUploadAndDownloadApi .RemoveChunk ) // 删除切片
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments