@@ -200,5 +200,7 @@ namespace Hotline.Application.Subscribers
}
+
@@ -133,8 +133,13 @@ namespace Hotline.Share.Mq
/// </summary>
public const string HotlineBatchSmsTask = "hotline.order.batchsmstask";
- #endregion
+ /// <summary>
+ /// 自动延期(延迟消息)
+ /// </summary>
+ public const string HotlineOrderAutomaticDelay = "hotline.order.automatic.Delay";
+ #endregion
-
- }
+ }