Compare commits
No commits in common. "1ac6bf28e5f7d3952b177d3bf9feb6d28f498fa4" and "c38b749e3685fc9426624e3ae2d8dda24cf41fee" have entirely different histories.
1ac6bf28e5
...
c38b749e36
|
|
@ -96,7 +96,7 @@ func UploadFile(c *gin.Context) {
|
|||
c.JSON(http.StatusOK, gin.H{"error": "save file info failed", "code": proto.SaveFileInfoFailed, "message": "failed"})
|
||||
return
|
||||
}
|
||||
c.JSON(http.StatusOK, gin.H{"code": proto.SuccessCode, "message": "success", "data": fileID})
|
||||
c.JSON(http.StatusOK, gin.H{"code": proto.SuccessCode, "message": "success"})
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue