Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-05-25 15:11:52 +0800
Commit
00fa4ad222859dd545c1cf40682eb83cf391a36a
1 parent
0fb9235f
增强API调用
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/api.js
library/api.js
View file @
00fa4ad
...
...
@@ -111,7 +111,7 @@ class Http {
return
this
.
_requestFromAPI
(
options
,
true
,
reqId
);
}
return
Promise
.
re
ject
({
return
Promise
.
re
solve
({
code
:
500
,
message
:
'接口调用失败'
});
...
...
Please
register
or
login
to post a comment