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
郭成尧
2017-05-19 18:51:01 +0800
Commit
af2fc5233a9254d5478b93c6ccf4e6babd4e0b76
2 parents
46ca92e1
4286e0a2
Merge branch 'feature/shareBuy' into 'release/5.7'
默认 See merge request
!585
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/share-buy.js
apps/activity/controllers/share-buy.js
View file @
af2fc52
...
...
@@ -8,7 +8,7 @@ exports.index = (req, res, next) => {
let
activityId
=
req
.
query
.
act_id
||
2023
,
isApp
=
req
.
yoho
.
isApp
,
uid
=
req
.
user
.
uid
,
protocol
=
req
.
protocol
?
req
.
protocol
+
':'
:
''
;
protocol
=
req
.
protocol
?
req
.
protocol
+
':'
:
'
http:
'
;
co
(
function
*
()
{
let
isStudent
=
yield
req
.
ctx
(
shareBuyModel
).
checkStudent
(
uid
);
...
...
Please
register
or
login
to post a comment