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.mpMethods in com.foxinmy.weixin4j.mp with parameters of type TicketType Modifier and Type Method Description TokenManagerWeixinProxy. getTicketManager(TicketType ticketType)获取JSSDK Ticket的tokenManager
- 
Uses of TicketType in com.foxinmy.weixin4j.mp.tokenConstructors 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.qyMethods in com.foxinmy.weixin4j.qy with parameters of type TicketType Modifier and Type Method Description TokenManagerWeixinProxy. getTicketManager(TicketType ticketType)获取JSSDK Ticket的tokenManager
- 
Uses of TicketType in com.foxinmy.weixin4j.qy.tokenConstructors 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.typeMethods in com.foxinmy.weixin4j.type that return TicketType Modifier and Type Method Description static TicketTypeTicketType. 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.
 
-