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

com.github.shawven.security.connect.provider.weixin.api.Weixin Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version

package com.github.shawven.security.connect.provider.weixin.api;

/**
 * 微信API调用接口
 */
public interface Weixin {

	WeixinUserInfo getUserInfo(String openId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy