From 55f34d53ce7f1e914a8bb707723187827b88a5b3 Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Thu, 06 Jan 2022 14:26:26 +0800
Subject: [PATCH] 修改订单id

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

diff --git a/src/api/index.js b/src/api/index.js
index 4cc5579..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);
     },
       //授信前置页面调取接口

--
Gitblit v1.8.0