|
|
@@ -130,7 +130,7 @@ class StoreOrderController
|
|
|
return app('json')->status('extend_order', 410173, ['orderId' => $key, 'key' => $key]);
|
|
|
list($addressId, $couponId, $payType, $useIntegral, $mark, $combinationId, $pinkId, $seckill_id, $bargainId, $shipping_type,$repeat_discount) = $request->postMore([
|
|
|
'addressId', 'couponId', ['payType', ''], ['useIntegral', 0], 'mark', ['combinationId', 0], ['pinkId', 0], ['seckill_id', 0], ['bargainId', ''],
|
|
|
- ['shipping_type', 1],['repeatDiscount',0]
|
|
|
+ ['shipping_type', 1],['useRepeatDiscount',0]
|
|
|
], true);
|
|
|
$payType = strtolower($payType);
|
|
|
$cartGroup = $this->services->getCacheOrderInfo($uid, $key);
|