public class WeixinTemplate
extends org.weixin4j.Weixin
implements org.springframework.beans.factory.DisposableBean
| 构造器和说明 |
|---|
WeixinTemplate(org.weixin4j.factory.WeixinFactory weixinFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.weixin4j.component.BaseComponent |
base() |
void |
destroy() |
org.weixin4j.component.FileComponent |
file()
已过时。
|
String |
getAppId() |
org.weixin4j.model.js.Ticket |
getJsApiTicket()
获取jsapi开发ticket
|
String |
getSecret() |
org.weixin4j.model.base.Token |
getToken()
获取Token对象
|
org.weixin4j.WeixinConfig |
getWeixinConfig() |
org.weixin4j.factory.WeixinFactory |
getWeixinFactory() |
org.weixin4j.WeixinPayConfig |
getWeixinPayConfig() |
org.weixin4j.component.GroupsComponent |
groups() |
org.weixin4j.component.JsSdkComponent |
js() |
org.weixin4j.component.MaterialComponent |
material() |
org.weixin4j.component.MediaComponent |
media() |
org.weixin4j.component.MenuComponent |
menu() |
org.weixin4j.component.MessageComponent |
message() |
org.weixin4j.component.PayComponent |
pay() |
org.weixin4j.component.QrcodeComponent |
qrcode() |
org.weixin4j.component.RedpackComponent |
redpack() |
org.weixin4j.component.SnsComponent |
sns() |
org.weixin4j.component.SnsComponent |
sns(String authorize_url) |
org.weixin4j.component.TagsComponent |
tags() |
org.weixin4j.component.UserComponent |
user() |
public org.weixin4j.factory.WeixinFactory getWeixinFactory()
public void destroy()
throws Exception
destroy 在接口中 org.springframework.beans.factory.DisposableBeanExceptionpublic String getAppId()
getAppId 在类中 org.weixin4j.Weixinpublic String getSecret()
getSecret 在类中 org.weixin4j.Weixinpublic org.weixin4j.model.base.Token getToken()
throws org.weixin4j.WeixinException
getToken 在类中 org.weixin4j.Weixinorg.weixin4j.WeixinException - 微信操作异常public org.weixin4j.model.js.Ticket getJsApiTicket()
throws org.weixin4j.WeixinException
getJsApiTicket 在类中 org.weixin4j.Weixinorg.weixin4j.WeixinException - 微信操作异常public org.weixin4j.component.BaseComponent base()
base 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.JsSdkComponent js()
js 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.UserComponent user()
user 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.SnsComponent sns()
sns 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.SnsComponent sns(String authorize_url)
sns 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.TagsComponent tags()
tags 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.GroupsComponent groups()
groups 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.PayComponent pay()
pay 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.RedpackComponent redpack()
redpack 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.MessageComponent message()
message 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.MenuComponent menu()
menu 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.MediaComponent media()
media 在类中 org.weixin4j.Weixin@Deprecated public org.weixin4j.component.FileComponent file()
file 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.MaterialComponent material()
material 在类中 org.weixin4j.Weixinpublic org.weixin4j.component.QrcodeComponent qrcode()
qrcode 在类中 org.weixin4j.Weixinpublic org.weixin4j.WeixinConfig getWeixinConfig()
getWeixinConfig 在类中 org.weixin4j.Weixinpublic org.weixin4j.WeixinPayConfig getWeixinPayConfig()
getWeixinPayConfig 在类中 org.weixin4j.WeixinCopyright © 2018. All rights reserved.