quguofeng %!s(int64=2) %!d(string=hai) anos
pai
achega
d238d5901f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/controller/api/store/order/StoreOrder.php

+ 1 - 0
app/controller/api/store/order/StoreOrder.php

@@ -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';