2024-10-30 13:37:34 +08:00

20 lines
965 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<root>
<module_type name="push_module" description="推送模块定义">
<!--<module type="1" msg_type="protobuf:json:xml" name="smtp_mail" is_load="1" extra_param="" desc="smtp邮件发送"/>-->
<!--
参数解释:
type来自pushMessage.proto的消息类型定义所有消息类型保持一致
msg_type为协议类型分号分隔现在有protobuf,json,xml 目前未启用,如果后续有需要,则可以启用
name 为模块名
is_load 是否加载 1为加载 0 为不加载
extra_param 额外参数
desc 描述
-->
<module type="1" msg_type="protobuf" name="smtp_mail" is_load="1" extra_param="" desc="smtp邮件发送"/>
<module type="3" msg_type="protobuf" name="bbniot_vsms" is_load="1" extra_param="" desc="大榕树短信/电话发送"/>
</module_type>
</root>