You've already forked FrameTour-BE
支持微信服务通知,调整方法
This commit is contained in:
@ -4,6 +4,7 @@ import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
public enum NotifyType {
|
||||
WX_MP_SRV("WX_MP_SRV"),
|
||||
SERVER_CHAN("SERVER_CHAN");
|
||||
|
||||
private final String type;
|
||||
|
Reference in New Issue
Block a user