Skip to content

Commit

Permalink
fix(消息通知): 修复产品类型告警,展示产品ID 转换为 展示产品名称 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
fighter-wang authored Apr 24, 2024
1 parent 9157c88 commit 16599ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class DeviceMessageConnector implements DecodedClientMessageHandler {
//将设备注册中心的配置追加到消息header中,下游订阅者可直接使用.
private final static String[] allConfigHeader = {
PropertyConstants.productId.getKey(),
PropertyConstants.productName.getKey(),
PropertyConstants.deviceName.getKey(),
PropertyConstants.orgId.getKey()
};
Expand Down

0 comments on commit 16599ba

Please sign in to comment.