Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
2016-07-29 18:01:18 +0800
Commit
eb8fccfe942e42de1231cdbb6d6e8a597f7efb58
1 parent
ab0003ec
add imgs column
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
doraemon/api/upload.js
doraemon/api/upload.js
View file @
eb8fccf
...
...
@@ -68,6 +68,7 @@ const uploadImg = (req, res) => {
code
:
200
,
data
:
datas
[
0
],
datas
:
datas
,
imgs
:
imgs
,
names
:
req
.
body
.
fileNames
,
message
:
'上传成功'
,
status
:
true
...
...
Please
register
or
login
to post a comment