lizhen_gitee před 2 roky
rodič
revize
a05bcbe3bb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);