Commit 89c96702 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents d1c0612d da6e5f78
...@@ -44,5 +44,13 @@ ...@@ -44,5 +44,13 @@
/// 不在打卡范围 /// 不在打卡范围
/// </summary> /// </summary>
NotInCardRange = 20001, NotInCardRange = 20001,
/// <summary>
/// 账号未激活
/// </summary>
AccountNotActivation = 10007,
/// <summary>
/// 绑定账号
/// </summary>
AccountBind = 10008,
} }
} }
...@@ -16,6 +16,11 @@ namespace Edu.Common.Enum.System ...@@ -16,6 +16,11 @@ namespace Edu.Common.Enum.System
/// 订单下单失败通知 /// 订单下单失败通知
/// </summary> /// </summary>
[EnumField("订单下单失败通知")] [EnumField("订单下单失败通知")]
OrderFail = 2 OrderFail = 2,
/// <summary>
/// 发送验证码
/// </summary>
[EnumField("发送验证码")]
SendCode = 3
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment