You've already forked FrameTour-BE
2
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
package com.ycwl.basic.service.mobile;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.ycwl.basic.model.wx.WechatMessageSubscribeForm;
|
||||
|
||||
public interface WxNotifyService {
|
||||
|
||||
/**
|
||||
* 获取微信token
|
||||
*/
|
||||
String getAccessToken();
|
||||
|
||||
/**
|
||||
* 发送模板消息
|
||||
*/
|
||||
JSONObject pushMessage(WechatMessageSubscribeForm info);
|
||||
}
|
Reference in New Issue
Block a user