From 164da0367e9f519dcaf95a11b51a5d17792e9a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 12 Nov 2022 02:20:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= 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 04b0408..2796a5b 100644 --- a/alipay/AliverifyPublic.php +++ b/alipay/AliverifyPublic.php @@ -148,7 +148,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://www.juip.com/User/Index?realname=true"; + $newsigndata['merchant_config']['return_url']="http://rg.jkip.com/"; $newsigndata['face_contrast_picture']="xydasf=="; $tosign=json_encode($newsigndata); $request->setBizContent($tosign);