瀏覽代碼

添加等保验证接口

谢杰标 2 年之前
父節點
當前提交
5a5a078aed
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      common/httpList/login.js

+ 9 - 0
common/httpList/login.js

@@ -153,6 +153,15 @@ export default {
       noToken: true,
     });
   },
+  // 三级等保是否需要验证码
+  getDualAuth(data) {
+    return myRequest({
+      url: "/app/common/dual_auth",
+      method: "get",
+      data: data,
+      noToken: true,
+    });
+  },
   //绑定身份证号信息
   bindId(data) {
     return myRequest({