liaoxujun@qq.com
2023-09-12 6b24ae48c664c25676672ece72d134474c6af817
DocumentServiceApi.InitQMessage/INITQMessageDefine.cs
@@ -20,5 +20,18 @@
        /// 撤单
        /// </summary>
        public const string DecTenantOder = "DocumentServiceAPI_DecOderINIT";
        /// <summary>
        ///  定时队列消息发序列,在这里转发
        /// </summary>
        public const string DTSendMessageList = "DocumentServiceAPI_MessageList";
        /// <summary>
        ///  将消息发送到用户中心执行消息发送 跟用户中心定义一致
        /// </summary>
        public const string DTSendMessage = "MSG_AND_SMSMSG";
    }
}