Browse Source

支付成功页

lizhen_gitee 2 years ago
parent
commit
a05bcbe3bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/index/controller/Recharge.php

+ 1 - 1
application/index/controller/Recharge.php

@@ -121,7 +121,7 @@ class Recharge extends Frontend
             // 'amount'       => 0.01,
             'method'       => $payment_method,
             'notifyurl' => $this->request->root(true) . '/notify.php/paytype/'.$pay_type,
-            'returnurl' => $this->request->root(true) . '/index/recharge_success',
+            'returnurl' => $this->request->root(true) . '/index/recharge/recharge_success',
         ];
         $res = Service::submitOrder($params);