All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.frameworkset.wx.common.service.WXSecurityService Maven / Gradle / Ivy

There is a newer version: 5.6.4
Show newest version
package org.frameworkset.wx.common.service;

import org.frameworkset.wx.common.entity.WxAccessToken;
import org.frameworkset.wx.common.entity.WxSendMessage;
import org.frameworkset.wx.common.entity.WxUserToken;
import org.frameworkset.wx.common.enums.EnumWeiXinAccountFlag;

public interface WXSecurityService {

    public WxAccessToken getWxAccessToken(String corpid, String corpsecret) throws Exception;

    public WxUserToken getWxUserToken(String accesstoken, String code) throws Exception;

    public String sendWeChatMsg(WxSendMessage sendMes, String accessToken) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy