Commit 219a62d62c7f5562c522e88b7d48e111b1f4709a
1 parent
d89a9f01
perf: DEFECT-1816 事件Topic上报主题中间的或可以修改为文字或,不然有些客户没法正确操作
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -185,8 +185,8 @@ export const list = [ |
185 | 185 | { |
186 | 186 | deviceType: '网关/直连/网关子设备', |
187 | 187 | function: '事件上报', |
188 | - release: 'v1/devices/event/${deviceId}||${deviceName}/${identifier}', | |
189 | - subscribe: 'v1/devices/event/${deviceId}||${deviceName}/${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 | }, | ... | ... |