Uses of Class
com.foxinmy.weixin4j.type.TicketType
-
Packages that use TicketType Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.token com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.token com.foxinmy.weixin4j.type -
-
Uses of TicketType in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type TicketType Modifier and Type Method Description TokenManager
WeixinProxy. getTicketManager(TicketType ticketType)
获取JSSDK Ticket的tokenManager -
Uses of TicketType in com.foxinmy.weixin4j.mp.token
Constructors in com.foxinmy.weixin4j.mp.token with parameters of type TicketType Constructor Description WeixinTicketCreator(TicketType ticketType, TokenManager weixinTokenManager)
jssdk -
Uses of TicketType in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type TicketType Modifier and Type Method Description TokenManager
WeixinProxy. getTicketManager(TicketType ticketType)
获取JSSDK Ticket的tokenManager -
Uses of TicketType in com.foxinmy.weixin4j.qy.token
Constructors in com.foxinmy.weixin4j.qy.token with parameters of type TicketType Constructor Description WeixinTicketCreator(TicketType ticketType, TokenManager weixinTokenManager)
-
Uses of TicketType in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return TicketType Modifier and Type Method Description static TicketType
TicketType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TicketType[]
TicketType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-