JuHua-app/apis/modules/gateway.js

8 lines
161 B
JavaScript
Raw Normal View History

2024-12-09 14:16:57 +08:00
const http = uni.$u.http;
// 查询设备简短列表
export function getSubGatewayList (query) {
return http.get('/sub/gateway/list', {
params: query
});
}