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
xuqi
2016-05-06 17:38:25 +0800
Commit
564e56409048ea0a8fed6a72c0ce5983f207d0a3
1 parent
567848ef
remove console
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 @
564e564
...
...
@@ -18,7 +18,7 @@ class API {
* @param url String
* @param data Obejct
*/
get
(
url
,
data
)
{
console
.
log
(
`
$
{
ApiUrl
}
$
{
url
}
`
);
console
.
log
(
data
);
get
(
url
,
data
)
{
return
rp
({
url
:
`
$
{
ApiUrl
}
$
{
url
}
`
,
qs
:
data
...
...
Please
register
or
login
to post a comment