From cc299a5afa90297ae053afa8f887b98c012385d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 3 May 2022 14:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alipay/AliverifyPublic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alipay/AliverifyPublic.php b/alipay/AliverifyPublic.php index 3966695..9d5c1f3 100644 --- a/alipay/AliverifyPublic.php +++ b/alipay/AliverifyPublic.php @@ -52,7 +52,7 @@ class AliverifyPublic $newsigndata['identity_param']['cert_type']="IDENTITY_CARD"; $newsigndata['identity_param']['cert_name']=$res['name']; $newsigndata['identity_param']['cert_no']= $res['id_code']; - $newsigndata['merchant_config']['return_url']="http://popularize.juip.com/"; + $newsigndata['merchant_config']['return_url']="http://rg.jkip.com/"; $newsigndata['face_contrast_picture']="xydasf=="; $tosign=json_encode($newsigndata); $request->setBizContent($tosign);