安琪酵母(西藏)益生菌信息采集中心智能实验室
longyvfengyun
2023-08-24 91a371d14923904bdf88dd22995f1470eac3f809
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import axios from "@/assets/js/axios";
 
/**
 * 读取参数
 * @return {*}
 */
export const getAirParam = (devId)=>{
  return axios({
    method: "GET",
    url: "/envirParam/searchAir",
    params: {
      devId
    }
  });
};