zhouhao
2022-01-07 36ee920e3ec4ee9fa77fba019d22457d03996736
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) {