lizhen_gitee %!s(int64=3) %!d(string=hai) anos
pai
achega
07fd6d2c35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/Pay.php

+ 1 - 1
application/api/controller/Pay.php

@@ -198,7 +198,7 @@ class Pay extends Api
             'amount'       => $data['money'],
             'amount'       => 0.01,
             'method'       => 'app',
-            'notifyurl' => $this->request->root(true) . '/notify.php?paytype='.$pay_type,
+            'notifyurl' => $this->request->root(true) . '/notify.php',
             'returnurl' => '',
         ];
         $res = Service::submitOrder($params);