Commit 42a1080c14e884944b3ac2fdd0b593a2347ce715
1 parent
efd44bc6
perf: 优化产品里的Topic,事件上报,发布和订阅主题补充完整
Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -185,8 +185,10 @@ export const list = [ | @@ -185,8 +185,10 @@ export const list = [ | ||
| 185 | { | 185 | { |
| 186 | deviceType: '网关/直连/网关子设备', | 186 | deviceType: '网关/直连/网关子设备', |
| 187 | function: '事件上报', | 187 | function: '事件上报', |
| 188 | - release: 'v1/devices/event/${deviceId}或${deviceName}/${identifier}', | ||
| 189 | - subscribe: 'v1/devices/event/${deviceId}或${deviceName}/${identifier}', | 188 | + release: |
| 189 | + 'v1/devices/event/${deviceId}/${identifier}或v1/devices/event/${deviceName}/${identifier}', | ||
| 190 | + subscribe: | ||
| 191 | + 'v1/devices/event/${deviceId}/${identifier}或v1/devices/event/${deviceName}/${identifier}', | ||
| 190 | platform: '订阅', | 192 | platform: '订阅', |
| 191 | device: '发布', | 193 | device: '发布', |
| 192 | }, | 194 | }, |