From 27438903897f09b911db8fd8f9770e42b4a22a19 Mon Sep 17 00:00:00 2001 From: zhouhao <787329763@qq.com> Date: Sat, 08 Jan 2022 10:40:37 +0800 Subject: [PATCH] 验证完 --- src/api/index.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 835346c..ef4a6c9 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -12,7 +12,7 @@ const api = { //刷新人脸识别失败后订单状态 - refreshFaceStatus(data) { + getBizStatus(data) { return $http.post('/inside/getBizStatus', data); }, //授信前置页面调取接口 @@ -29,9 +29,9 @@ return $http.post('/inside/getApplyStatus', data); }, - //绑卡人脸识别 - faceIdUrl(data) { - return $http.post('/faceId/url', data); + //刷新人脸识别失败后订单状态 + refreshFaceStatus(data) { + return $http.post('/inside/refreshFaceStatus', data); }, //人脸识别结果 faceIdResult(data) { @@ -44,7 +44,7 @@ }, //发送授权验证码 sendVerifyCode(data) { - return $http.post('/signContract/sendVerifyCode', data); + return $http.post('/inside/getMessageCode', data); }, //校验授权码 checkVerifyCode(data) { -- Gitblit v1.8.0