|
@@ -7,6 +7,6 @@
|
|
|
]},
|
|
|
{topicList, ["/Lamp/Login/","/Lamp/DataReport/"]},
|
|
|
{topic, <<"Lamp_DataReport">>}, %% 转发的目标topic
|
|
|
- {publish_base64, false} %% 对于publish到mqtt的消息内容,是否进行base64编码之后再转发(为了兼容发送字节流的情况)
|
|
|
+ {publish_base64, true} %% 对于publish到mqtt的消息内容,是否进行base64编码之后再转发(为了兼容发送字节流的情况)
|
|
|
]}
|
|
|
].
|