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

A

ACCESS_TOKEN_PLACEHOLDER - 类 中的静态变量com.adouteam.simple.tinyprogram.global.HttpHelper
 
AccessToken - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.GetAccessTokenResponse
获取到的凭证
AccessTokenService - com.adouteam.simple.tinyprogram.service中的类
 
AccessTokenService() - 类 的构造器com.adouteam.simple.tinyprogram.service.AccessTokenService
 
AESUtil - com.adouteam.simple.tinyprogram.tool中的类
AES算法加解密算法
AESUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.AESUtil
 
APP_ID - 类 中的静态变量com.adouteam.simple.tinyprogram.config.MainConfig
 
APP_ID_PLACEHOLDER - 类 中的静态变量com.adouteam.simple.tinyprogram.global.HttpHelper
 
APP_ID_TO_ACCESS_TOKEN - 类 中的静态变量com.adouteam.simple.tinyprogram.service.AccessTokenService
 
APP_SECRET - 类 中的静态变量com.adouteam.simple.tinyprogram.config.MainConfig
 
APP_SECRET_PLACEHOLDER - 类 中的静态变量com.adouteam.simple.tinyprogram.global.HttpHelper
 

B

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

C

code2Session(MainConfig, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.HttpService
登录code2Session
Code2SessionResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
Code2SessionResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
 
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
 
createAt - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.customerService.UploadTempMediaResponse
媒体文件上传时间戳
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密文

E

encrypt(String, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
加密
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
 
fillParam(String, MainConfig, Map<String, String>) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.HttpHelper
为链接,填充参数

G

get(String, Map<String, String>, ResponseHandler<T>) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.HttpUtil
 
getAccessToken(MainConfig) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.HttpService
auth.getAccessToken
getAccessToken(MainConfig) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.AccessTokenService
获取AccessToken
GetAccessTokenResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
GetAccessTokenResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.GetAccessTokenResponse
 
getAppId() - 类 中的方法com.adouteam.simple.tinyprogram.config.MainConfig
 
getAppSecret() - 类 中的方法com.adouteam.simple.tinyprogram.config.MainConfig
 
getErrorCode() - 异常错误 中的方法com.adouteam.simple.tinyprogram.exception.TinyProgramException
 
getErrorMsg() - 异常错误 中的方法com.adouteam.simple.tinyprogram.exception.TinyProgramException
 
getInstance() - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.PropertiesTool
 
getPaidUnionId(MainConfig, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.HttpService
auth.getPaidUnionId
GetPaidUnionIdResponse - com.adouteam.simple.tinyprogram.bean.response中的类
 
GetPaidUnionIdResponse() - 类 的构造器com.adouteam.simple.tinyprogram.bean.response.GetPaidUnionIdResponse
 
getTempMedia(MainConfig, String) - 类 中的静态方法com.adouteam.simple.tinyprogram.global.CustomerService
获取客服消息内的临时素材。
getValue(String, String) - 类 中的方法com.adouteam.simple.tinyprogram.tool.PropertiesTool
 
getValue(String, String, String) - 类 中的方法com.adouteam.simple.tinyprogram.tool.PropertiesTool
 

H

hexToByteArray(String) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.AESUtil
hex字符串转byte数组
HttpHelper - com.adouteam.simple.tinyprogram.global中的类
 
HttpHelper() - 类 的构造器com.adouteam.simple.tinyprogram.global.HttpHelper
 
HttpService - com.adouteam.simple.tinyprogram.global中的类
与微信小程序官方服务器交互服务
HttpService() - 类 的构造器com.adouteam.simple.tinyprogram.global.HttpService
 
HttpUtil - com.adouteam.simple.tinyprogram.tool中的类
Http请求相关工具类
HttpUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.HttpUtil
 

I

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
 

L

LOGGER_PREFIX - 类 中的静态变量com.adouteam.simple.tinyprogram.config.Constant
 

M

MainConfig - com.adouteam.simple.tinyprogram.config中的类
 
MainConfig() - 类 的构造器com.adouteam.simple.tinyprogram.config.MainConfig
 
MainConfig(String, String) - 类 的构造器com.adouteam.simple.tinyprogram.config.MainConfig
 
mediaId - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.customerService.UploadTempMediaResponse
媒体文件上传后,获取标识,3天内有效

O

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

P

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中的类
 

R

refreshAccessToken(MainConfig) - 类 中的静态方法com.adouteam.simple.tinyprogram.service.AccessTokenService
强制刷新AccessToken

S

sessionKey - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
会话密钥
setTyping(MainConfig, 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
 
StringUtil - com.adouteam.simple.tinyprogram.tool中的类
 
StringUtil() - 类 的构造器com.adouteam.simple.tinyprogram.tool.StringUtil
 

T

TinyProgramException - com.adouteam.simple.tinyprogram.exception中的异常错误
 
TinyProgramException(int, String) - 异常错误 的构造器com.adouteam.simple.tinyprogram.exception.TinyProgramException
 
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
 
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

unionId - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.Code2SessionResponse
用户在开放平台的唯一标识符,在满足 UnionID 下发条件的情况下会返回
unionId - 类 中的变量com.adouteam.simple.tinyprogram.bean.response.GetPaidUnionIdResponse
用户唯一标识,调用成功后返回
uploadTempMedia(MainConfig, 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
 

W

write(File, InputStream) - 类 中的静态方法com.adouteam.simple.tinyprogram.tool.FileUtil
将流写入文件
A B C D E F G H I L M O P R S T U W 
跳过导航链接

Copyright © 2019. All rights reserved.