| 程序包 | 说明 |
|---|---|
| org.kangspace.wechat.bean | |
| org.kangspace.wechat.message.batch |
批量消息处理相关包
含模版消息
使用线程池,默认最大线程数10 对象: 发送模版消息: new SendHelper().send(); |
| org.kangspace.wechat.mp |
公众号接口相关包
对象:
AccessTokenReturnBean accessToken接口返回数据实体类
MpInterfaceAccess 公众号接口操作类
接口:
获取公众号AccessToken: new MpInterfaceAccess().getAccessToken()
获取公众号JSApiTicket: new MpInterfaceAccess().getJsApiTicket()
获取公众号JSApiSign: MpInterfaceAccess.getJsApiSign()
|
| 类和说明 |
|---|
| Function
Represents a function that accepts one argument and produces a result.
|
| 类和说明 |
|---|
| Function
Represents a function that accepts one argument and produces a result.
|
| 类和说明 |
|---|
| Consumer
Represents an operation that accepts a single input argument and returns no
result.
|
| Function
Represents a function that accepts one argument and produces a result.
|
Copyright © 2020. All rights reserved.