fix: 设备资产详情返回 enable_polling 字段
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m19s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m19s
This commit is contained in:
@@ -164,6 +164,7 @@ func (s *Service) buildDeviceResolveResponse(ctx context.Context, device *model.
|
|||||||
SoftwareVersion: device.SoftwareVersion,
|
SoftwareVersion: device.SoftwareVersion,
|
||||||
SwitchMode: device.SwitchMode,
|
SwitchMode: device.SwitchMode,
|
||||||
LastGatewaySyncAt: device.LastGatewaySyncAt,
|
LastGatewaySyncAt: device.LastGatewaySyncAt,
|
||||||
|
EnablePolling: device.EnablePolling,
|
||||||
}
|
}
|
||||||
|
|
||||||
// 查绑定卡
|
// 查绑定卡
|
||||||
|
|||||||
Reference in New Issue
Block a user