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
Plain Diff
Browse Files
Authored by
shuaiguo
2020-05-19 17:50:17 +0800
Commit
96f8a6d826bc49d2daa7e0628a85193d32902bd2
2 parents
f14d37ed
dcdc7e37
Merge branch 'develop'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/cart/controllers/buy-now-controller.js
apps/cart/controllers/buy-now-controller.js
View file @
96f8a6d
...
...
@@ -336,8 +336,8 @@ class BuyNowController {
if
(
req
.
body
.
sku_type
===
'S'
)
{
return
res
.
json
({
code
:
403
,
message
:
'client params invalidate!'
// code: 403,
message
:
'秒杀活动已结束!'
});
}
...
...
Please
register
or
login
to post a comment