feat:[1005041] 编辑做书任务

parent 8c9ddbeb
......@@ -39,7 +39,12 @@ public enum SendType {
/**
* 通过公众号ID发送
*/
SEND_BY_WECHAT("SEND_BY_WECHAT");
SEND_BY_WECHAT("SEND_BY_WECHAT"),
/**
* 通过OpenId 和 OfficialId 发送
*/
SEND_BY_OPENID_OFFICIAL("SEND_BY_OPENID_OFFICIAL");
/**
* 值
......
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