http>https 2

This commit is contained in:
“wanyongkang”
2024-03-14 10:38:32 +08:00
parent 4e89e2e33d
commit 187e7fb31b
6 changed files with 23 additions and 23 deletions

View File

@@ -56,7 +56,7 @@ class Aliverify
$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']="https://juip.com/User/Index?realname=true";
$newsigndata['face_contrast_picture']="xydasf==";
$tosign=json_encode($newsigndata);
$request->setBizContent($tosign);
@@ -148,7 +148,7 @@ class Aliverify
$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']="https://juip.com/User/Index?realname=true";
$newsigndata['face_contrast_picture']="xydasf==";
$tosign=json_encode($newsigndata);
$request->setBizContent($tosign);