From d6d3194560a8a18a956411e7cbff0d02e07cde9d Mon Sep 17 00:00:00 2001 From: devil Date: Fri, 25 Sep 2020 14:13:07 +0800 Subject: [PATCH] =?UTF-8?q?iepay=E6=94=AF=E4=BB=98poli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/payment/IEPayPoli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/payment/IEPayPoli.php b/extend/payment/IEPayPoli.php index c9ad94ea7..7e5fe5f4d 100644 --- a/extend/payment/IEPayPoli.php +++ b/extend/payment/IEPayPoli.php @@ -117,7 +117,7 @@ class IEPayPoli 'total_fee' => (int) (($params['total_price']*1000)/10), 'goods' => $params['name'], 'out_trade_no' => $params['order_no'], - 'return_url' => $params['call_back_url'].'?out_trade_no='.$params['order_no'], + 'return_url' => $params['call_back_url'], 'notify_url' => $params['notify_url'], 'pay_type' => $this->GetPayType(), 'version' => 'v1', -- GitLab