Uses of Class
com.foxinmy.weixin4j.token.TicketManager
-
Packages that use TicketManager Package Description com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.component com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.suite com.foxinmy.weixin4j.token -
-
Uses of TicketManager in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return TicketManager Modifier and Type Method Description TicketManager
ComponentApi. getTicketManager()
应用组件ticketConstructors in com.foxinmy.weixin4j.mp.api with parameters of type TicketManager Constructor Description ComponentApi(TicketManager ticketManager)
-
Uses of TicketManager in com.foxinmy.weixin4j.mp.component
Constructors in com.foxinmy.weixin4j.mp.component with parameters of type TicketManager Constructor Description WeixinComponentTokenCreator(TicketManager ticketManager)
-
Uses of TicketManager in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return TicketManager Modifier and Type Method Description TicketManager
SuiteApi. getTicketManager()
应用套件ticketConstructors in com.foxinmy.weixin4j.qy.api with parameters of type TicketManager Constructor Description SuiteApi(TicketManager ticketManager)
-
Uses of TicketManager in com.foxinmy.weixin4j.qy.suite
Constructors in com.foxinmy.weixin4j.qy.suite with parameters of type TicketManager Constructor Description WeixinSuiteTokenCreator(TicketManager ticketManager)
-
Uses of TicketManager in com.foxinmy.weixin4j.token
Subclasses of TicketManager in com.foxinmy.weixin4j.token Modifier and Type Class Description class
PerTicketManager
第三方应用永久授权码的存取
-