Uses of Class
com.foxinmy.weixin4j.mp.type.Lang
-
Packages that use Lang Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model com.foxinmy.weixin4j.mp.type -
-
Uses of Lang in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type Lang Modifier and Type Method Description User
WeixinProxy. getUser(String openId, Lang lang)
获取用户信息List<User>
WeixinProxy. getUsers(Lang lang, String... openIds)
批量获取用户信息 -
Uses of Lang in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type Lang Modifier and Type Method Description User
OauthApi. getAuthorizationUser(String oauthToken, String openid, Lang lang)
oauth获取用户信息(需scope为 snsapi_userinfo)User
UserApi. getUser(String openId, Lang lang)
获取用户信息List<User>
UserApi. getUsers(Lang lang, String... openIds)
批量获取用户信息 -
Uses of Lang in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return Lang Modifier and Type Method Description Lang
User. getFormatLanguage()
Lang
MenuMatchRule. getLanguage()
Methods in com.foxinmy.weixin4j.mp.model with parameters of type Lang Modifier and Type Method Description MenuMatchRule
MenuMatchRule. language(Lang language)
-
Uses of Lang in com.foxinmy.weixin4j.mp.type
Methods in com.foxinmy.weixin4j.mp.type that return Lang Modifier and Type Method Description static Lang
Lang. valueOf(String name)
Returns the enum constant of this type with the specified name.static Lang[]
Lang. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-