...
|
...
|
@@ -1080,7 +1080,9 @@ class CartModel |
|
|
|
|
|
$orderSubRes = CartData::orderSub($uid, $addressId, $cartType, $deliveryTimeId, $deliveryWayId, $invoiceType, $invoiceTitle, $invoiceContent, $receiverMobile, $paymentId, $paymentType, $remark, $couponCode, $promotionCode, $yohoCoin, $isPreContact, $isPrintPrice, $unionKey, $userAgent, $redEnvelopes, $isContinueBuy);
|
|
|
if ($orderSubRes && isset($orderSubRes['code'])) {
|
|
|
$orderSubRes['data']['unionKey'] = $unionKey;
|
|
|
$before = array(" "," ","\t","\n","\r");
|
|
|
$after = array("","","","","");
|
|
|
$orderSubRes['data']['unionKey'] = str_replace($before, $after, json_encode($unionKey));
|
|
|
$result = $orderSubRes;
|
|
|
}
|
|
|
} while (false);
|
...
|
...
|
|