zhouhao
2022-01-08 27438903897f09b911db8fd8f9770e42b4a22a19
src/api/index.js
@@ -12,7 +12,7 @@
const api = {
    //刷新人脸识别失败后订单状态
    refreshFaceStatus(data) {
    getBizStatus(data) {
        return $http.post('/inside/getBizStatus', data);
    },
      //授信前置页面调取接口
@@ -44,7 +44,7 @@
    },
      //发送授权验证码
      sendVerifyCode(data) {  
            return $http.post('/signContract/sendVerifyCode', data);
            return $http.post('/inside/getMessageCode', data);
      },
        //校验授权码
        checkVerifyCode(data) {