Commit 852f759a by Keith Committed by GitHub

Update public_controller.go

remove /
parent 3b668087
Showing with 1 additions and 1 deletions
...@@ -501,7 +501,7 @@ func (c *PublicController) Upload() { ...@@ -501,7 +501,7 @@ func (c *PublicController) Upload() {
c.JSON(configs.ResponseFail, "上传失败!", err.Error()) c.JSON(configs.ResponseFail, "上传失败!", err.Error())
} }
c.JSON(configs.ResponseSucess, "上传成功!", "/"+fpath) c.JSON(configs.ResponseSucess, "上传成功!", fpath)
} }
// CancelMessage cancel a message // CancelMessage cancel a message
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment