提交 29ad75ff 编写于 作者: Sliver_Horn's avatar Sliver_Horn

add server/api/v1/exa_breakpoint_continue.go error response message

上级 8025d7d6
......@@ -38,6 +38,7 @@ func BreakpointContinue(c *gin.Context) {
defer f.Close()
cen, _ := ioutil.ReadAll(f)
if flag := utils.CheckMd5(cen, chunkMd5); !flag {
response.FailWithMessage(err.Error(), c)
return
}
err, file := service.FindOrCreateFile(fileMd5, fileName, chunkTotal)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册