保安服务单位许可和备案申请系统
liuyg
2021-08-17 6bb5ac166f1ec6a1daeb56689fa2bc21035da9f4
src/api/system/user.js
@@ -118,3 +118,17 @@
    }
  })
}
export const zc = (deptname,username, password, sname, phone) => {
  return request({
    url: '/api/blade-user/zc',
    method: 'get',
    params: {
      deptname,
      username,
      password,
      sname,
      phone,
    }
  })
}