Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -180,8 +180,8 @@ export const list = [ | 
| 180 | 180 | { | 
| 181 | 181 | deviceType: '网关/直连/网关子设备', | 
| 182 | 182 | function: '事件上报', | 
| 183 | - release: 'v1/devices/event/${deviceId}/${identifier}/{$eventType}', | |
| 184 | - subscribe: 'v1/devices/event/${deviceId}/${identifier}/{$eventType}', | |
| 183 | + release: 'v1/devices/event/${deviceId}/${identifier}', | |
| 184 | + subscribe: 'v1/devices/event/${deviceId}/${identifier}', | |
| 185 | 185 | platform: '订阅', | 
| 186 | 186 | device: '发布', | 
| 187 | 187 | }, | ... | ... |