消息插件。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
278 B

package com.fr.plugin.demo.message;
import com.fr.decision.system.message.type.MessageType;
public class WeChatMsgType extends MessageType {
public static final WeChatMsgType KEY = new WeChatMsgType();
@Override
public int toInteger() {
return 4;
}
}