Przeglądaj źródła

首页-亮灯率

sixian 2 lat temu
rodzic
commit
6528b72186
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/device/service/workbenchService.go

+ 1 - 1
app/device/service/workbenchService.go

@@ -87,7 +87,7 @@ func (s *workbenchService) LightRate(tenantId int, req model.ReqLightRates) (*mo
 		})
 	}
 	rsp := model.RspLightRate{
-		lightRate, energy,
+		LightRate: lightRate, Energy: energy,
 	}
 	return &rsp, nil
 }