Authored by Rock Zhang

修复友盟逻辑中变量为定义的bug

... ... @@ -855,6 +855,7 @@ class CartModel
/* 判断是否是友盟过来的用户 */
$userAgent = null;
$unionKey = '';
if (!empty($_COOKIE['_QYH_UNION'])) {
/* 解密客户端联盟信息 */
$unionKey = AuthCode::decode($_COOKIE['_QYH_UNION'], 'q_union_yohobuy');
... ...