lizhen_gitee преди 2 години
родител
ревизия
a05bcbe3bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);