...
|
...
|
@@ -1065,7 +1065,7 @@ class CartModel |
|
|
if (!empty($_COOKIE['mkt_code']) || !empty($_COOKIE['_QYH_UNION'])) {
|
|
|
if (!empty($_COOKIE['_QYH_UNION'])) {
|
|
|
// 新平台统一来源
|
|
|
$unionKey = trim(Encryption::decrypt($_COOKIE['_QYH_UNION']));
|
|
|
$unionKey = trim(Encryption::decrypt(rawurldecode($_COOKIE['_QYH_UNION'])));
|
|
|
$extraIndex = strrpos($unionKey, '}') + 1;
|
|
|
$unionKey = $encryObject = substr($unionKey, 0, $extraIndex);
|
|
|
$unionClient = json_decode($encryObject, true);
|
...
|
...
|
|