|
@@ -54,6 +54,7 @@ class PublicController
|
|
|
$other = [
|
|
|
'offlinePostage' => sys_config('offline_postage'),
|
|
|
'integralRatio' => sys_config('integral_ratio'),
|
|
|
+ 'store_id' => 0,
|
|
|
];
|
|
|
$orderKey = StoreOrder::cacheOrderInfo($uid, $cartInfo, $priceGroup, $other);
|
|
|
if (!$orderKey) return app('json')->fail('生成订单错误!');
|