Bladeren bron

支付成功页

lizhen_gitee 2 jaren geleden
bovenliggende
commit
a05bcbe3bb
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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);