Commit 8befccc42d82e76b5134d6e9918b914b82da6ca7

Authored by fengwotao
1 parent 37b5417e

perf: 修改产品详情 Topic事件上报发布主题和订阅主题内容加设备名称

... ... @@ -185,8 +185,8 @@ export const list = [
185 185 {
186 186 deviceType: '网关/直连/网关子设备',
187 187 function: '事件上报',
188   - release: 'v1/devices/event/${deviceId}/${identifier}',
189   - subscribe: 'v1/devices/event/${deviceId}/${identifier}',
  188 + release: 'v1/devices/event/${deviceId}||${deviceName}/${identifier}',
  189 + subscribe: 'v1/devices/event/${deviceId}||${deviceName}/${identifier}',
190 190 platform: '订阅',
191 191 device: '发布',
192 192 },
... ...