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