跳过导航链接
A B C D E F G H I J L M N O P S T U W X 

A

AccessToken - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.GetAccessTokenResponse
获取到的凭证
AccessTokenService - com.adouteam.simple.tinyprogram.service中的类
接口调用凭证
AccessTokenService() - 类 的构造器com.adouteam.simple.tinyprogram.service.AccessTokenService
 
addAccessToken(String) - 类 中的方法com.adouteam.simple.tinyprogram.global.UrlBuilder
添加access_token(令牌)参数
addAppId() - 类 中的方法com.adouteam.simple.tinyprogram.global.UrlBuilder
添加appid参数
addAppSecret() - 类 中的方法com.adouteam.simple.tinyprogram.global.UrlBuilder
 
addMchId() - 类 中的方法com.adouteam.simple.tinyprogram.global.UrlBuilder
添加mch_id(微信支付分配的商户号)参数
addOpenId(String) - 类 中的方法com.adouteam.simple.tinyprogram.global.UrlBuilder
添加openid参数
addParam(String, String) - 类 中的方法com.adouteam.simple.tinyprogram.global.UrlBuilder
添加参数键值对
AESUtil - com.adouteam.simple.tinyprogram.tool中的类
AES算法加解密算法
AESUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.AESUtil
 
APP_ENCODING_AES_KEY - 类 中的静态变量com.adouteam.simple.tinyprogram.config.TpConfig
 
APP_ID - 类 中的静态变量com.adouteam.simple.tinyprogram.config.TpConfig
 
APP_MCH_ID - 类 中的静态变量com.adouteam.simple.tinyprogram.config.TpConfig
 
APP_PAY_KEY - 类 中的静态变量com.adouteam.simple.tinyprogram.config.TpConfig
 
APP_SECRET - 类 中的静态变量com.adouteam.simple.tinyprogram.config.TpConfig
 
APP_TOKEN - 类 中的静态变量com.adouteam.simple.tinyprogram.config.TpConfig
 

B

Base64Util - com.adouteam.simple.tinyprogram.tool中的类
 
Base64Util() - 类 的构造器com.adouteam.simple.tinyprogram.tool.Base64Util
 
build() - 类 中的方法com.adouteam.simple.tinyprogram.global.UrlBuilder
构建请求链接
bytesToHex(byte[]) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
byte数组转16进制字符串

C

check(TpConfig, String, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.NotifyService
校验通知合法性
code2Session(TpConfig, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.LoginService
登录code2Session
Code2SessionResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
Code2SessionResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
 
com.adouteam.simple.tinyprogram.bean - 程序包 com.adouteam.simple.tinyprogram.bean
 
com.adouteam.simple.tinyprogram.bean.request - 程序包 com.adouteam.simple.tinyprogram.bean.request
 
com.adouteam.simple.tinyprogram.bean.response - 程序包 com.adouteam.simple.tinyprogram.bean.response
 
com.adouteam.simple.tinyprogram.bean.response.customerService - 程序包 com.adouteam.simple.tinyprogram.bean.response.customerService
 
com.adouteam.simple.tinyprogram.config - 程序包 com.adouteam.simple.tinyprogram.config
 
com.adouteam.simple.tinyprogram.exception - 程序包 com.adouteam.simple.tinyprogram.exception
 
com.adouteam.simple.tinyprogram.global - 程序包 com.adouteam.simple.tinyprogram.global
 
com.adouteam.simple.tinyprogram.service - 程序包 com.adouteam.simple.tinyprogram.service
 
com.adouteam.simple.tinyprogram.tool - 程序包 com.adouteam.simple.tinyprogram.tool
 
Constant - com.adouteam.simple.tinyprogram.config中的类
 
Constant() - 类 的构造器com.adouteam.simple.tinyprogram.config.Constant
 
convertObject(Object) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.JsonUtil
将实体对象转换成json字符串
createAt - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.customerService.UploadTempMediaResponse
媒体文件上传时间戳
createPayment(TpConfig, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.PayService
创建调起支付的参数对象
CustomerService - com.adouteam.simple.tinyprogram.global中的类
客服消息
CustomerService() - 类 的构造器com.adouteam.simple.tinyprogram.global.CustomerService
 

D

decrypt(byte[], String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
解密
decrypt(String, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.Base64Util
AES解密
decryptWithBase64(String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
解密Base64 code AES密文
decryptWithHex(String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
解密 16进制code AES密文
DOMAIN - 类 中的静态变量com.adouteam.simple.tinyprogram.global.UrlBuilder
 

E

encode(File) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.MD5Util
将文件进行MD5加密
encode(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.MD5Util
将字符串进行MD5加密
encrypt(String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
加密
Encrypt - com.adouteam.simple.tinyprogram.tool中的类
 
Encrypt() - 类 的构造器com.adouteam.simple.tinyprogram.tool.Encrypt
 
encryptMD5(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.Encrypt
 
encryptSHA1(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.Encrypt
SHA-1加密
encryptSHA256(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.Encrypt
SHA-256加密
encryptWithBase64(String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
AES加密为base 64 code
encryptWithHex(String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
AES加密为16进制 code字符串
errorCode - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.TpResponse
错误码
errorMsg - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.TpResponse
错误信息
expiresAt - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.GetAccessTokenResponse
 
expiresIn - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.GetAccessTokenResponse
凭证有效时间,单位:秒。

F

FileUtil - com.adouteam.simple.tinyprogram.tool中的类
 
FileUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.FileUtil
 

G

get(String, Map<String, String>, ResponseHandler<T>) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.HttpUtil
 
getAccessToken(TpConfig) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.AccessTokenService
auth.getAccessToken
GetAccessTokenResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
GetAccessTokenResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.GetAccessTokenResponse
 
getAppEncodingAESKey() - 类 中的方法com.adouteam.simple.tinyprogram.config.TpConfig
 
getAppId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
getAppId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getAppId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getAppId() - 类 中的方法com.adouteam.simple.tinyprogram.config.TpConfig
 
getAppPayKey() - 类 中的方法com.adouteam.simple.tinyprogram.config.TpConfig
 
getAppSecret() - 类 中的方法com.adouteam.simple.tinyprogram.config.TpConfig
 
getAppToken() - 类 中的方法com.adouteam.simple.tinyprogram.config.TpConfig
 
getAttach() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getBody() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getCodeUrl() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getData() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
getDetail() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getDeviceInfo() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getDeviceInfo() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getErrCode() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getErrCodeDes() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getErrorCode() - 异常错误 中的方法com.adouteam.simple.tinyprogram.exception.TinyProgramException
 
getErrorMsg() - 异常错误 中的方法com.adouteam.simple.tinyprogram.exception.TinyProgramException
 
getFeeType() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getGoodsTag() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getInstance() - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.PropertiesTool
 
getLimitPay() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getMchId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getMchId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getMchId() - 类 中的方法com.adouteam.simple.tinyprogram.config.TpConfig
 
getMD5String(byte[]) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.MD5Util
将字节数组进行MD5加密
getNonceStr() - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
getNonceStr() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getNonceStr() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getNotifyUrl() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getOpenId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getOutTradeNo() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getPage() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
getPaidUnionId(TpConfig, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.UserInfoService
auth.getPaidUnionId
GetPaidUnionIdResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
GetPaidUnionIdResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.GetPaidUnionIdResponse
 
getPaySign() - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
getPrepayId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
getPrepayId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getProductId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getReceipt() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getResultCode() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getReturnCode() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getReturnMsg() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getSceneInfo() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getSign() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getSign() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getSignType() - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
getSignType() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getSpbillCreateIp() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getTemplateId() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
getTempMedia(TpConfig, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.CustomerService
获取客服消息内的临时素材。
getTimeExpire() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getTimestamp() - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
getTimeStart() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getTotalFee() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getToUser() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
getTradeType() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
getTradeType() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
getValue() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubscribeMessageDataValue
 
getValue(String, String) - 类 中的方法com.adouteam.simple.tinyprogram.tool.PropertiesTool
 
getValue(String, String, String) - 类 中的方法com.adouteam.simple.tinyprogram.tool.PropertiesTool
 
getXStream() - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.XStreamFactory
 

H

hexDigits - 类 中的静态变量com.adouteam.simple.tinyprogram.tool.MD5Util
 
hexToByteArray(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
hex字符串转byte数组
HttpUtil - com.adouteam.simple.tinyprogram.tool中的类
Http请求相关工具类
HttpUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.HttpUtil
 

I

INSTANCE() - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.UIDUtil
 
IOUtil - com.adouteam.simple.tinyprogram.tool中的类
 
IOUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.IOUtil
 
isBlank(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.StringUtil
 
isNotBlank(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.StringUtil
 
isResultSuccess() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
业务是否成功
isReturnSuccess() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
返回是否成功
isSuccess() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.TpResponse
 
isSuccess() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
是否全部成功

J

jsonStrToBean(String, Class<T>) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.JsonUtil
将json字符串转换成Java对象
jsonToList(String, Class<T>) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.JsonUtil
将json字符串转换成list对象
JsonUtil - com.adouteam.simple.tinyprogram.tool中的类
 
JsonUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.JsonUtil
 

L

log - 类 中的静态变量com.adouteam.simple.tinyprogram.service.PayService
 
LOGGER_PREFIX - 类 中的静态变量com.adouteam.simple.tinyprogram.config.Constant
 
LoginService - com.adouteam.simple.tinyprogram.service中的类
登录
LoginService() - 类 的构造器com.adouteam.simple.tinyprogram.service.LoginService
 

M

MAX_RADIX - 类 中的静态变量com.adouteam.simple.tinyprogram.tool.UUIDExtUtil
支持的最大进制数
MD5Util - com.adouteam.simple.tinyprogram.tool中的类
 
MD5Util() - 类 的构造器com.adouteam.simple.tinyprogram.tool.MD5Util
 
mediaId - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.customerService.UploadTempMediaResponse
媒体文件上传后,获取标识,3天内有效
messagedigest - 类 中的静态变量com.adouteam.simple.tinyprogram.tool.MD5Util
 
MIN_RADIX - 类 中的静态变量com.adouteam.simple.tinyprogram.tool.UUIDExtUtil
支持的最小进制数

N

nextId() - 类 中的方法com.adouteam.simple.tinyprogram.tool.UIDUtil
获取下一个唯一ID
NotifyService - com.adouteam.simple.tinyprogram.service中的类
 
NotifyService() - 类 的构造器com.adouteam.simple.tinyprogram.service.NotifyService
 

O

openId - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
用户唯一标识

P

params - 类 中的变量com.adouteam.simple.tinyprogram.global.UrlBuilder
 
parseObjToXml(Object) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.XmlTool
 
parseXmlToObj(String, Class) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.XmlTool
 
PAY_DOMAIN - 类 中的静态变量com.adouteam.simple.tinyprogram.global.UrlBuilder
 
Payment - com.adouteam.simple.tinyprogram.bean中的类
小程序调起支付API需要的参数对象
Payment() - 类 的构造器com.adouteam.simple.tinyprogram.bean.Payment
 
PayService - com.adouteam.simple.tinyprogram.service中的类
支付服务
PayService() - 类 的构造器com.adouteam.simple.tinyprogram.service.PayService
 
post(String, Map<String, String>, HttpEntity, ResponseHandler<T>) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.HttpUtil
 
postForm(String, Map<String, String>, Map<String, String>, ResponseHandler<T>) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.HttpUtil
 
PropertiesTool - com.adouteam.simple.tinyprogram.tool中的类
 

S

send(TpConfig, String, String, String, Map<String, SubscribeMessageDataValue>, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.SubscribeMessageService
发送订阅消息
sessionKey - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
会话密钥
setAppId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
setAppId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setAppId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setAttach(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setBody(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setCodeUrl(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setData(Map<String, SubscribeMessageDataValue>) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
setDetail(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setDeviceInfo(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setDeviceInfo(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setErrCode(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setErrCodeDes(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setFeeType(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setGoodsTag(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setLimitPay(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setMchId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setMchId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setNonceStr(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
setNonceStr(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setNonceStr(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setNotifyUrl(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setOpenId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setOutTradeNo(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setPage(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
setPaySign(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
setPrepayId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
setPrepayId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setProductId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setReceipt(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setResultCode(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setReturnCode(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setReturnMsg(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setSceneInfo(SceneInfo) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setSign(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setSign(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setSignType(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
setSignType(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setSpbillCreateIp(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setTemplateId(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
setTimeExpire(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setTimestamp(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
setTimeStart(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setTotalFee(int) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setToUser(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
setTradeType(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
setTradeType(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
setTyping(TpConfig, String, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.CustomerService
下发客服当前输入状态给用户。
SetTypingResponse - com.adouteam.simple.tinyprogram.bean.response.customerService中的类
 
SetTypingResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.customerService.SetTypingResponse
 
setValue(String) - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.SubscribeMessageDataValue
 
sign(Map<String, String>, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.SignTool
参数签名
SignTool - com.adouteam.simple.tinyprogram.tool中的类
签名工具
SignTool() - 类 的构造器com.adouteam.simple.tinyprogram.tool.SignTool
 
StringUtil - com.adouteam.simple.tinyprogram.tool中的类
 
StringUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.StringUtil
 
SubScribeMessage - com.adouteam.simple.tinyprogram.bean.request中的类
发送订阅消息json结构体
SubScribeMessage() - 类 的构造器com.adouteam.simple.tinyprogram.bean.request.SubScribeMessage
 
SubscribeMessageDataValue - com.adouteam.simple.tinyprogram.bean.request中的类
发送订阅消息json结构的data自定义部分数据结构体
SubscribeMessageDataValue(String) - 类 的构造器com.adouteam.simple.tinyprogram.bean.request.SubscribeMessageDataValue
 
SubscribeMessageService - com.adouteam.simple.tinyprogram.service中的类
订阅消息
SubscribeMessageService() - 类 的构造器com.adouteam.simple.tinyprogram.service.SubscribeMessageService
 

T

TinyProgramException - com.adouteam.simple.tinyprogram.exception中的异常错误
 
TinyProgramException(int, String) - 异常错误 的构造器com.adouteam.simple.tinyprogram.exception.TinyProgramException
 
toString() - 类 中的方法com.adouteam.simple.tinyprogram.bean.Payment
 
toString() - 类 中的方法com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
toString() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
 
toString() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.customerService.UploadTempMediaResponse
 
toString() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.GetAccessTokenResponse
 
toString() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.GetPaidUnionIdResponse
 
toString() - 类 中的方法com.adouteam.simple.tinyprogram.bean.response.TpResponse
 
toString(InputStream) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.IOUtil
 
toString(InputStream, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.IOUtil
 
TpConfig - com.adouteam.simple.tinyprogram.config中的类
 
TpConfig() - 类 的构造器com.adouteam.simple.tinyprogram.config.TpConfig
 
TpConfig(String, String, String, String, String, String) - 类 的构造器com.adouteam.simple.tinyprogram.config.TpConfig
构造函数
tpConfig - 类 中的变量com.adouteam.simple.tinyprogram.global.UrlBuilder
 
TpResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
TpResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.TpResponse
 
type - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.customerService.UploadTempMediaResponse
文件类型

U

UIDUtil - com.adouteam.simple.tinyprogram.tool中的类
分布式唯一数字ID生成工具类
UnifiedOrder - com.adouteam.simple.tinyprogram.bean.request中的类
 
UnifiedOrder() - 类 的构造器com.adouteam.simple.tinyprogram.bean.request.UnifiedOrder
 
unifiedOrder(TpConfig, String, String, int, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.PayService
统一下单
UnifiedOrderResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
UnifiedOrderResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.UnifiedOrderResponse
 
unionId - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
用户在开放平台的唯一标识符,在满足 UnionID 下发条件的情况下会返回
unionId - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.GetPaidUnionIdResponse
用户唯一标识,调用成功后返回
uploadTempMedia(TpConfig, String, String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.CustomerService
把媒体文件上传到微信服务器。
UploadTempMediaResponse - com.adouteam.simple.tinyprogram.bean.response.customerService中的类
 
UploadTempMediaResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.customerService.UploadTempMediaResponse
 
url - 类 中的变量com.adouteam.simple.tinyprogram.global.UrlBuilder
 
URL_CODE2SESSION - 类 中的静态变量com.adouteam.simple.tinyprogram.service.LoginService
 
URL_GET_ACCESS_TOKEN - 类 中的静态变量com.adouteam.simple.tinyprogram.service.AccessTokenService
 
URL_GET_PAID_UNION_ID - 类 中的静态变量com.adouteam.simple.tinyprogram.service.UserInfoService
 
URL_PAY_UNIFIED_ORDER - 类 中的静态变量com.adouteam.simple.tinyprogram.service.PayService
 
URL_SUBSCRIBE_MESSAGE_SEND - 类 中的静态变量com.adouteam.simple.tinyprogram.service.SubscribeMessageService
 
UrlBuilder - com.adouteam.simple.tinyprogram.global中的类
 
UrlBuilder(String, TpConfig) - 类 的构造器com.adouteam.simple.tinyprogram.global.UrlBuilder
 
UserInfoService - com.adouteam.simple.tinyprogram.service中的类
用户信息
UserInfoService() - 类 的构造器com.adouteam.simple.tinyprogram.service.UserInfoService
 
uuid() - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.UUIDExtUtil
以62进制(字母加数字)生成19位UUID,最短的UUID
uuid(UUID) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.UUIDExtUtil
以62进制(字母加数字)生成19位UUID,最短的UUID
UUIDExtUtil - com.adouteam.simple.tinyprogram.tool中的类
 
UUIDExtUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.UUIDExtUtil
 

W

write(File, InputStream) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.FileUtil
将流写入文件

X

XmlTool - com.adouteam.simple.tinyprogram.tool中的类
Xml解析工具类
XmlTool() - 类 的构造器com.adouteam.simple.tinyprogram.tool.XmlTool
 
XStreamAnnotation - com.adouteam.simple.tinyprogram.tool中的类
 
XStreamAnnotation() - 类 的构造器com.adouteam.simple.tinyprogram.tool.XStreamAnnotation
 
XStreamAnnotation.XStreamCDATA - com.adouteam.simple.tinyprogram.tool中的注释类型
 
XStreamFactory - com.adouteam.simple.tinyprogram.tool中的类
XStream工厂类
XStreamFactory() - 类 的构造器com.adouteam.simple.tinyprogram.tool.XStreamFactory
 
A B C D E F G H I J L M N O P S T U W X 
跳过导航链接

Copyright © 2020. All rights reserved.