覆冰接口
parent
17e5e4605c
commit
1127c752e1
@ -0,0 +1,24 @@
|
||||
import request from "../request";
|
||||
//获取装置总数图表
|
||||
//获取数据接口
|
||||
export function getDataListJoggle(data) {
|
||||
return request({
|
||||
url: "/xapi/query.php",
|
||||
method: "get",
|
||||
params: data,
|
||||
headers: {
|
||||
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
|
||||
},
|
||||
});
|
||||
}
|
||||
//获取相位码
|
||||
export function funccodeJoggle(data) {
|
||||
return request({
|
||||
url: "/xapi/funccode.php",
|
||||
method: "get",
|
||||
params: data,
|
||||
headers: {
|
||||
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
|
||||
},
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue