import request from "@/api/request";

//瀹変繚璧勬簮-鑾峰彇浼佷笟绫诲瀷
export function getOrganizationType() {
  return request({
    url: "/json/organization-type.json",
    method: "GET",
  });
}

//瀹変繚璧勬簮-鑾峰彇璁惧绫诲瀷
export function getDeviceType() {
  return request({
    url: "/json/device-type.json",
    method: "GET",
  });
}