类的使用
org.anyline.wechat.util.WechatConfig
使用WechatConfig的程序包
程序包
说明
-
org.anyline.wechat.mp.util中WechatConfig的使用
-
org.anyline.wechat.open.util中WechatConfig的使用
-
org.anyline.wechat.program中WechatConfig的使用
-
org.anyline.wechat.util中WechatConfig的使用
参数类型为WechatConfig的org.anyline.wechat.util中的方法修饰符和类型方法说明static StringWechatUtil.getAccessToken(WechatConfig config) static WechatAuthInfoWechatUtil.getAuthInfo(WechatConfig config, String code) 用户授权信息 主要包含openidstatic WechatUserInfoWechatUtil.getUserInfo(WechatConfig config, String openid) 用户详细信息 主要包括用户昵称 头像 unionid -
org.anyline.wechat.wap.util中WechatConfig的使用