From 8c26da112a49b7ef734c2e8aed7d5a22c0b356da Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Thu, 06 Jan 2022 14:08:30 +0800
Subject: [PATCH] 修改人脸识别

---
 src/api/index.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 835346c..97a03ac 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) {  

--
Gitblit v1.8.0