Browse Source

充值到账

lizhen_gitee 3 years ago
parent
commit
07fd6d2c35
1 changed files with 1 additions and 1 deletions
  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);