|
@@ -79,6 +79,7 @@ class StoreOrder extends BaseController
|
|
|
$mark = (array)$this->request->param('mark', []);
|
|
|
$payType = $this->request->param('pay_type');
|
|
|
$payment_type = $this->request->param('payment_type',1); //1.正常购买 2.百分比支付
|
|
|
+ var_dump($payment_type);exit();
|
|
|
$post = (array)$this->request->param('post');
|
|
|
|
|
|
$isPc = $payType === 'pc';
|