@@ -182,6 +182,7 @@ class StoreOrderController
$isChannel = 0;
elseif ($from == 'weixinh5')
$isChannel = 2;
+ var_dump($mark);
$order = StoreOrder::cacheKeyCreateOrder($request->uid(), $key, $addressId, $payType, (int)$useIntegral, $couponId, $mark, $combinationId, $pinkId, $seckill_id, $bargainId, false, $isChannel, $shipping_type, $real_name, $phone, $storeId);
if ($order === false) return app('json')->fail(StoreOrder::getErrorInfo('订单生成失败'));
$orderId = $order['order_id'];