Commit 8fb923cf by 田超

Merge branch 'feature/1004394' into 'master'

feat: [1004394] 对标小鹅通-新增绑定公众号功能

See merge request rays/pcloud-common-parent!187
parents f1c9bc81 7c272903
...@@ -30,7 +30,11 @@ public enum NotifyOriginTypeEnum { ...@@ -30,7 +30,11 @@ public enum NotifyOriginTypeEnum {
/** /**
* 正版授权genuine * 正版授权genuine
*/ */
GENUINE("GENUINE"); GENUINE("GENUINE"),
/**
* 工具
*/
TOOLS("TOOLS");
/** /**
* 值 * 值
......
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