Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-09-21 13:34:29 +0800
Commit
e5452f3de462cec7e10d9eee600c4f04eb68f42e
1 parent
3a830510
seckill-udid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/cart/controllers/seckill.js
apps/cart/controllers/seckill.js
View file @
e5452f3
...
...
@@ -224,7 +224,8 @@ exports.submit = (req, res, next) => {
product_sku
:
sku
,
activity_id
:
activityId
,
uid
,
ip
:
req
.
ip
||
''
ip
:
req
.
ip
||
''
,
udid
:
req
.
sessionID
||
'yoho'
};
if
(
req
.
body
.
invoice
===
'true'
)
{
...
...
Please
register
or
login
to post a comment