更新代码0120

This commit is contained in:
chengdandan 2026-01-20 09:44:33 +08:00
parent 091b4a5674
commit fc50f03686
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ export function addBroadcast(data) {
// 获取电伴热设备状态列表
export function getDbrIotDeviceList(dev_id) {
return request({
url: `/json/device/${dev_id}`,
url: `/dmr/device/${dev_id}`,
method: "get",
});
}