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) {