...
|
...
|
@@ -681,7 +681,9 @@ class IndexController extends AbstractAction |
|
|
$result = CartModel::orderSub($uid, $addressId, $cartType, $deliveryTime, $deliveryWay, $invoices, $paymentId, $paymentType, $remark, $couponCode, $yohoCoin, $skuList, $unionKey, $userAgent, $times);
|
|
|
|
|
|
if (!empty($unionInfo)) {
|
|
|
$result['data']['unionCookie'] = $unionInfo;
|
|
|
$before = array(" "," ","\t","\n","\r");
|
|
|
$after = array("","","","","");
|
|
|
$result['data']['unionCookie'] = str_replace($before, $after, json_encode($unionInfo));
|
|
|
}
|
|
|
|
|
|
// 记录下单异常的数据
|
...
|
...
|
|