You've already forked FrameTour-BE
支持微信服务通知,调整方法
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.ycwl.basic.notify.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class WxMpSrvConfig {
|
||||
private String appId;
|
||||
private String appSecret;
|
||||
private String state = "formal";
|
||||
private String templateId;
|
||||
|
||||
public void checkEverythingOK() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user