|
@@ -265,16 +265,16 @@ export const getPadImg = (params: any) => {
|
|
|
* 设备手动控制
|
|
|
*/
|
|
|
export const querySpaceConditioners = (params: any) => {
|
|
|
- // return https().request<any>(`${duoduoenvService}ctrl/querySpaceConditioners?${params}`, Method.GET, undefined, ContentType.json)
|
|
|
- return https().request<any>(`${testApi}ctrl/querySpaceConditioners?${params}`, Method.GET, undefined, ContentType.json)
|
|
|
+ return https().request<any>(`${duoduoenvService}ctrl/querySpaceConditioners?${params}`, Method.GET, undefined, ContentType.json)
|
|
|
+ // return https().request<any>(`${testApi}ctrl/querySpaceConditioners?${params}`, Method.GET, undefined, ContentType.json)
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 设备手动控制
|
|
|
*/
|
|
|
export const setSpaceCondtioners = (data: any) => {
|
|
|
- // return post(`${duoduoenvService}ctrl/set`, data)
|
|
|
- return post(`${testApi}ctrl/set`, data)
|
|
|
+ return post(`${duoduoenvService}ctrl/set`, data)
|
|
|
+ // return post(`${testApi}ctrl/set`, data)
|
|
|
}
|
|
|
|
|
|
|