Commit d042118c89d0cafda8beb8c66acc82dd2890afea

Authored by fengwotao
1 parent 9cd1ea57

pref:产品Topic列表 移除不需要的文字

... ... @@ -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 },
... ...