Authored by 郭成尧

'union-cookie-union-info'

@@ -667,7 +667,7 @@ class IndexController extends AbstractAction @@ -667,7 +667,7 @@ class IndexController extends AbstractAction
667 } 667 }
668 $result = CartModel::orderSub($uid, $addressId, $cartType, $deliveryTime, $deliveryWay, $invoices, $paymentId, $paymentType, $remark, $couponCode, $yohoCoin, $skuList, $unionKey, $userAgent); 668 $result = CartModel::orderSub($uid, $addressId, $cartType, $deliveryTime, $deliveryWay, $invoices, $paymentId, $paymentType, $remark, $couponCode, $yohoCoin, $skuList, $unionKey, $userAgent);
669 669
670 - $result['unionCookie'] = isset($unionInfo['unionCookie']) ? $unionInfo['unionCookie'] : ''; 670 + $result['unionCookie'] = $unionInfo;
671 671
672 // 记录下单异常的数据 672 // 记录下单异常的数据
673 if (empty($result)) { 673 if (empty($result)) {