Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
kefu_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
852f759a
authored
May 11, 2020
by
Keith
Committed by
GitHub
May 11, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update public_controller.go
remove /
parent
3b668087
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
controllers/public_controller.go
controllers/public_controller.go
View file @
852f759a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment