Pārlūkot izejas kodu

alipay支付完成

lizhen_gitee 3 gadi atpakaļ
vecāks
revīzija
cf5222e49c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      application/index/controller/Recharge.php

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

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