Sfoglia il codice sorgente

wesmiler 更新第5期更新代码合并

wesmiler 4 anni fa
parent
commit
5a12d9d85c

+ 1 - 1
app/weixin/service/FaceAuth.php

@@ -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',  // 回调跳转页面
         ];
 
         // 参数配置

+ 18 - 0
public/themes/default/weixin/auth/auth_result.html

@@ -0,0 +1,18 @@
+<include file="weixin@block:header"/>
+<title></title>
+<link rel="stylesheet" href="__TMPL__/weixin/public/assets/css/auth-idcard.css?v={$version}">
+<div id="app" v-cloak>
+    <div class="fanhui2"><h1>我的认证</h1>
+        <a href="/weixin/auth/index"><img src="__TMPL__/weixin/public/assets/img/tubiao37.png"></a>
+    </div>
+    <div class="main">
+        <div class="shenf"><h1>身份认证</h1>
+            <p>认证信息仅用于身份审核,信息将会同步验证公安系统,请确保您信息的真实性,拾光承诺绝对不会将用户资料用于任何第三方场景。</p>
+        </div>
+        <div class="baoc_ann">
+            <h1>已认证</h1>
+        </div>
+    </div>
+</div>
+<script src="__TMPL__/weixin/public/assets/js/auth-idcard.js?v={$version}"></script>
+<include file="weixin@block:footer"/>