From 7966b7a1c26e4bd25cb7b5409944b3784b57ac95 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Fri, 13 Oct 2023 16:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=86=99=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.js | 2 ++ manifest.json | 2 +- pages/indexEntry/enroll/enroll.vue | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/api.js b/config/api.js index 81ef934..fc670be 100644 --- a/config/api.js +++ b/config/api.js @@ -84,6 +84,8 @@ export const nachangList = () => http.get('system/area/nachangList', ) export const applyOnline = (data) => http.post('app/student-record/applyOnline', data) // 人脸核身---获取BizToken export const getpersonface = (params) => http.get('app/student-record/getpersonface', {params}) +// 人脸核身结果查询 +export const GetDetectInfoEnhanced = (params) => http.get('app/student-record/GetDetectInfoEnhanced', {params}) diff --git a/manifest.json b/manifest.json index 7bf55f6..e015b22 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx1f7125112b74db52", + "appid" : "wx2d71605af3b620e6", "setting" : { "urlCheck" : true, "es6" : true, diff --git a/pages/indexEntry/enroll/enroll.vue b/pages/indexEntry/enroll/enroll.vue index e3c3e27..e3f7828 100644 --- a/pages/indexEntry/enroll/enroll.vue +++ b/pages/indexEntry/enroll/enroll.vue @@ -86,7 +86,7 @@ async getpersonfaceFn() { const {data: res} = await getpersonface({ ruleId: 1}) let obj = JSON.parse(res) - // this.link = obj.Url + this.link = obj.Url // #ifdef H5 window.open(this.link) // #endif