This commit is contained in:
“wanyongkang”
2022-04-30 18:02:29 +08:00
parent ac4efa66bd
commit 4cd45f1177
2 changed files with 5 additions and 3 deletions

View File

@@ -52,6 +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['face_contrast_picture']="xydasf==";
$tosign=json_encode($newsigndata);
$request->setBizContent($tosign);