Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Rock Zhang
2016-04-20 14:15:15 +0800
Commit
9d0b00fa751a85f716a1167ee1b4c105118c28bd
1 parent
cdeeb8cf
修复友盟逻辑中变量为定义的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
View file @
9d0b00f
...
...
@@ -855,6 +855,7 @@ class CartModel
/* 判断是否是友盟过来的用户 */
$userAgent
=
null
;
$unionKey
=
''
;
if
(
!
empty
(
$_COOKIE
[
'_QYH_UNION'
]))
{
/* 解密客户端联盟信息 */
$unionKey
=
AuthCode
::
decode
(
$_COOKIE
[
'_QYH_UNION'
],
'q_union_yohobuy'
);
...
...
Please
register
or
login
to post a comment