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
yyq
2017-09-19 17:53:02 +0800
Commit
59a340d342b0f63f56f5ffb62c9df677295a6a4d
1 parent
afd69a5a
api method
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/new-user-api.js
apps/home/models/new-user-api.js
View file @
59a340d
...
...
@@ -4,7 +4,7 @@ const api = global.yoho.API;
exports
.
getUserSuccessfulOrders
=
(
uid
)
=>
{
return
api
.
get
(
''
,
{
method
:
'app.SpaceOrders.
ge
t'
,
method
:
'app.SpaceOrders.
lis
t'
,
uid
:
uid
,
type
:
5
,
page
:
1
,
...
...
Please
register
or
login
to post a comment