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
Plain Diff
Browse Files
Authored by
yyq
2017-09-19 17:53:25 +0800
Commit
694b7eb3672488b9ccb3665a83371867aa48bfb7
2 parents
d9c6bd34
59a340d3
Merge branch 'feature/homeInvoice' into release/6.1
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 @
694b7eb
...
...
@@ -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