|
|
@@ -73,7 +73,7 @@ class FaceAuth
|
|
|
'retIdImg'=> 'true', // 是否返回上传身份证照片,可选,默认否
|
|
|
'procedureType'=> 'video', // 活体检测模式,video:读数活体;still静默活体(安全等级不高,不推荐使用)
|
|
|
'notifyUrl'=> request()->domain().'/api/notify/face', // 异步回调地址
|
|
|
- 'returnUrl'=> request()->domain().'/weixin/auth/result', // 回调跳转页面
|
|
|
+ 'returnUrl'=> request()->domain().'/weixin/auth/authResult', // 回调跳转页面
|
|
|
];
|
|
|
|
|
|
// 参数配置
|