Skip to content

Commit fc306be

Browse files
fengyikang88奇淼(piexlmax
and
奇淼(piexlmax
authored
Update exa_file_upload_and_download.go (#1029)
* 更改上传文件路由文件 代码注释错误 Co-authored-by: 奇淼(piexlmax <[email protected]>
1 parent d75cf0f commit fc306be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/router/example/exa_file_upload_and_download.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func (e *FileUploadAndDownloadRouter) InitFileUploadAndDownloadRouter(Router *gi
1717
fileUploadAndDownloadRouter.POST("editFileName", exaFileUploadAndDownloadApi.EditFileName) // 编辑文件名或者备注
1818
fileUploadAndDownloadRouter.POST("breakpointContinue", exaFileUploadAndDownloadApi.BreakpointContinue) // 断点续传
1919
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) // 删除切片
2222
}
2323
}

0 commit comments

Comments
 (0)