zhouhao
2022-01-06 bee1edb443338e97dbad62c2c01c963b70a0c746
src/api/index.js
@@ -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) {