You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
374 B
16 lines
374 B
|
4 weeks ago
|
# 二期说明
|
||
|
|
|
||
|
|
## 激活或者冷冻数据来源配置表
|
||
|
|
aws lamdba 通过脚本
|
||
|
|
调用receiver的接口
|
||
|
|
`
|
||
|
|
/notification/receive
|
||
|
|
`
|
||
|
|
传入参数state,和List<Long> 类型的id,用于决定哪些数据来源的数据源激活还是冷冻;
|
||
|
|
|
||
|
|
## 数据来源配置表生效
|
||
|
|
|
||
|
|
接上,会根据配置来实现对应数据源是MQTT接入还是RESTFUL方式接收数据。
|
||
|
|
|
||
|
|
|