feat:【IoT 物联网】增加“设备服务调用”
This commit is contained in:
@ -36,5 +36,12 @@ export const IotDeviceMessageMethodEnum = {
|
||||
method: 'thing.event.post',
|
||||
name: '事件上报',
|
||||
upstream: true
|
||||
},
|
||||
|
||||
// ========== 服务调用 ==========
|
||||
SERVICE_INVOKE: {
|
||||
method: 'thing.service.invoke',
|
||||
name: '服务调用',
|
||||
upstream: false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user