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
weiqingting
2016-07-15 17:23:50 +0800
Commit
7934e7299ee3c4f877088bf2293e93920d706ea5
2 parents
88414faa
32a857f6
Merge branch 'feature/personal' into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
apps/home/models/QRcode.js
apps/home/models/QRcode.js
View file @
7934e72
...
...
@@ -11,8 +11,7 @@ var api = global.yoho.API;
exports
.
getQRcodeData
=
(
id
,
uid
)
=>
{
return
api
.
get
(
''
,
{
method
:
'app.SpaceOrders.getQrByOrderCode'
,
order_code
:
160192075
,
debug
:
'XYZ'
,
order_code
:
id
,
uid
:
uid
}).
then
(
result
=>
{
if
(
result
&&
result
.
code
===
200
)
{
...
...
Please
register
or
login
to post a comment