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-06-13 18:27:53 +0800
Commit
24bca4c9d95a472d1dfd6ab1c6b360197276ea60
2 parents
468eaf6f
49f6eccd
Merge branch 'feature/guang2' into 'release/5.8'
app_version See merge request
!653
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/user.js
doraemon/middleware/user.js
View file @
24bca4c
...
...
@@ -48,7 +48,7 @@ module.exports = () => {
return
_
.
parseInt
(
req
.
cookies
.
app_uid
);
},
sessionKey
:
req
.
cookies
.
app_session_key
,
appVersion
:
req
.
cookies
.
app_version
,
appVersion
:
req
.
query
.
app_version
||
req
.
cookies
.
app_version
,
appSessionType
:
req
.
cookies
.
app_client_type
};
}
...
...
Please
register
or
login
to post a comment