Commit 73b1ac8f by 田超

Merge branch 'feature/1005041' into 'master'

feat:[1005041] 编辑做书任务

See merge request rays/pcloud-common-parent!218
parents 8c9ddbeb 6d3816ed
...@@ -39,7 +39,12 @@ public enum SendType { ...@@ -39,7 +39,12 @@ public enum SendType {
/** /**
* 通过公众号ID发送 * 通过公众号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