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

A

AppInfo - cn.watsontech.webhelper.openapi.entity中的类
 
AppInfo() - 类 的构造器cn.watsontech.webhelper.openapi.entity.AppInfo
 
AppInfoService - cn.watsontech.webhelper.openapi.service中的接口
Created by Watson Song on 2020/02/12.

C

cn.watsontech.webhelper.openapi - 程序包 cn.watsontech.webhelper.openapi
 
cn.watsontech.webhelper.openapi.aop - 程序包 cn.watsontech.webhelper.openapi.aop
 
cn.watsontech.webhelper.openapi.aop.annotation - 程序包 cn.watsontech.webhelper.openapi.aop.annotation
 
cn.watsontech.webhelper.openapi.entity - 程序包 cn.watsontech.webhelper.openapi.entity
 
cn.watsontech.webhelper.openapi.error - 程序包 cn.watsontech.webhelper.openapi.error
 
cn.watsontech.webhelper.openapi.form - 程序包 cn.watsontech.webhelper.openapi.form
 
cn.watsontech.webhelper.openapi.params - 程序包 cn.watsontech.webhelper.openapi.params
 
cn.watsontech.webhelper.openapi.params.base - 程序包 cn.watsontech.webhelper.openapi.params.base
 
cn.watsontech.webhelper.openapi.service - 程序包 cn.watsontech.webhelper.openapi.service
 
cn.watsontech.webhelper.openapi.utils.date - 程序包 cn.watsontech.webhelper.openapi.utils.date
 

D

DateUtils - cn.watsontech.webhelper.openapi.utils.date中的类
日期工具类 继承org.apache.commons.lang3.time.DateUtils类 Created by Watson on 2019/12/16.
DateUtils() - 类 的构造器cn.watsontech.webhelper.openapi.utils.date.DateUtils
 
deleteForResult(String, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
doAfter(JoinPoint) - 类 中的方法cn.watsontech.webhelper.openapi.aop.OpenApiAspect
 
doAfterThrowingAdvice(JoinPoint, Throwable) - 类 中的方法cn.watsontech.webhelper.openapi.aop.OpenApiAspect
后置异常通知 定义一个名字,该名字用于匹配通知实现方法的一个参数名,当目标方法抛出异常返回后,将把目标方法抛出的异常传给通知方法; throwing 限定了只有目标方法抛出的异常与通知方法相应参数异常类型时才能执行后置异常通知,否则不执行, 对于throwing对应的通知方法参数为Throwable类型将匹配任何异常。
doBefore(JoinPoint) - 类 中的方法cn.watsontech.webhelper.openapi.aop.OpenApiAspect
前置通知,方法调用前被调用

F

FileListOpenApiParamsVo - cn.watsontech.webhelper.openapi.params中的类
示例Form,参数需要继承 OpenApiParamsVo Created by Watson on 2020/02/09.
FileListOpenApiParamsVo() - 类 的构造器cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
formatDate(Date, Object...) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到日期字符串 默认格式(yyyy-MM-dd) pattern可以为:"yyyy-MM-dd" "HH:mm:ss" "E"
formatDateTime(Date) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到日期时间字符串,转换格式(yyyy-MM-dd HH:mm:ss)
formatDateTime(long) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
转换为时间(天,时:分:秒.毫秒)

G

getAllowDelay() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取允许最大delay时长,单位为s
getAllowIps() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取白名单ip,逗号隔开
getAllowUrls() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取运行访问的urls
getAppid() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
getAppid() - 接口 中的方法cn.watsontech.webhelper.openapi.params.base.PublicApiParams
服务器分配的appid
getAvatarUrl() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getCode() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取应用id
getCode() - 类 中的方法cn.watsontech.webhelper.openapi.form.WxappLoginForm
 
getCode() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginForm
 
getCode() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubExchangeAuthCodeToUserForm
 
getContactName() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取联系人
getContactTelephone() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取联系方式
getCreatedBy() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取创建人名称
getCreatedByName() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取创建人
getCreatedTime() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取创建时间
getCredentialsExpired() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getDate(String, boolean) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
getDate() - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当前日期字符串 格式(yyyy-MM-dd)
getDate(String) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当前日期字符串 格式(yyyy-MM-dd) pattern可以为:"yyyy-MM-dd" "HH:mm:ss" "E"
getDateTime() - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当前日期和时间字符串 格式(yyyy-MM-dd HH:mm:ss)
getDay() - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当天字符串 格式(dd)
getDescription() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取描述
getDistanceOfTwoDate(Date, Date) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
获取两个日期之间的天数
getEnabled() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取是否启用
getEnabled() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getExpired() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getExpireTime() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取过期时间
getForResult(String, String, Class<T>) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
getFrom() - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
getFromDate(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
getFromDate() - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
getHostRequestUrl(String, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
getId() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
 
getId() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getLimit() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
getLocked() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getMobile() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getModifiedBy() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取是否已经删除,1已删除
getModifiedByName() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
 
getModifiedTime() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取删除时间
getMonth() - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当前月份字符串 格式(MM)
getName() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取文件名称
getNeedSignParamString(List<OpenApiParams>) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
getNeedSignParamString(List<OpenApiParams>) - 接口 中的方法cn.watsontech.webhelper.openapi.params.base.PublicApiParams
 
getNeedSignParamString(Map<String, ?>) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
getNickName() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getNonce() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
getNonce() - 接口 中的方法cn.watsontech.webhelper.openapi.params.base.PublicApiParams
唯一随机字符串nonce=random 服务器保存每个请求nonce直到timestamp过期 防请求重放
getNotNullFields(Class, Object) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
getOffset() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
getOpenid() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
getOrd() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
getPassword() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getRedirectURI() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
getRequestId() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
getRequestId() - 接口 中的方法cn.watsontech.webhelper.openapi.params.base.PublicApiParams
请求id
getRequestUrl() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubGetJsTicketForm
 
getSby() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
getScope() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
getSecret() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取拥有人
getSessionKey() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
getSign() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
getSign() - 接口 中的方法cn.watsontech.webhelper.openapi.params.base.PublicApiParams
1、按照请求参数名的字母升序排列非空请求参数(包含&appid=appid) 2、拼接密钥appSecret:&appSecret=secret 3、拼接url:&url=请求路径(除域名和url参数外部分,比如:http://www.xxx.com/api/v1/sms/list?
getState() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
getSuccess() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubSuccessResponse
 
getTag() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
getTime() - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当前时间字符串 格式(HH:mm:ss)
getTimestamp() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
getTimestamp() - 接口 中的方法cn.watsontech.webhelper.openapi.params.base.PublicApiParams
请求时间戳 值必须在服务器允许时间范围内,比如:60s
getTo() - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
getToDate(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
getToDate() - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
getType() - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
getUid() - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
getUnionid() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
getUserId() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getUsername() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getUserName() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getUserType() - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
getVersion() - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
获取版本号
getWeek() - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当前星期字符串 格式(E)星期几
getWxAppid() - 类 中的方法cn.watsontech.webhelper.openapi.form.WxappLoginForm
 
getWxAppid() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginForm
 
getWxAppid() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
getWxAppid() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubExchangeAuthCodeToUserForm
 
getWxAppid() - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubGetJsTicketForm
 
getYear() - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
得到当前年份字符串 格式(yyyy)

H

handleError(ClientHttpResponse, HttpStatus) - 类 中的方法cn.watsontech.webhelper.openapi.error.OpenApiResponseErrorHandler
 

I

IgnoreField - cn.watsontech.webhelper.openapi.params.base中的注释类型
不参与openapi 签名校验的字段 Created by Watson on 2020/02/09.

L

limit - 类 中的变量cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 

M

main(String[]) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
 
mapToObject(Map<String, Object>, Class<E>) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 

O

objectToMap(Object) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
offset - 类 中的变量cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
OpenApi - cn.watsontech.webhelper.openapi.aop.annotation中的注释类型
需要公开的api打上该注解 Created by Watson on 2020/02/09.
openApi() - 类 中的方法cn.watsontech.webhelper.openapi.aop.OpenApiAspect
定义一个切入点.
OpenApiAspect - cn.watsontech.webhelper.openapi.aop中的类
Created by Watson on 2019/12/11.
OpenApiAspect() - 类 的构造器cn.watsontech.webhelper.openapi.aop.OpenApiAspect
 
OpenApiController - cn.watsontech.webhelper.openapi中的类
示例Controller,使用OpenApi注解、公开接口参数需要继承 openApiParamsVo 和 标记访问人员 OpenApiLoginUser Created by Watson on 2020/02/09.
OpenApiController() - 类 的构造器cn.watsontech.webhelper.openapi.OpenApiController
 
OpenApiDecodeService - cn.watsontech.webhelper.openapi.service中的类
Created by Watson on 2020/10/19.
OpenApiDecodeService(RestTemplate, String) - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
OpenApiDecodeService.WxAppLoginForm - cn.watsontech.webhelper.openapi.service中的类
示例参数
OpenApiDecodeService.WxAppLoginResponse - cn.watsontech.webhelper.openapi.service中的类
示例接口返回包装类
OpenApiDecodeService.WxPubBuildAuthorizationUrlForm - cn.watsontech.webhelper.openapi.service中的类
 
OpenApiDecodeService.WxPubExchangeAuthCodeToUserForm - cn.watsontech.webhelper.openapi.service中的类
 
OpenApiDecodeService.WxPubGetJsTicketForm - cn.watsontech.webhelper.openapi.service中的类
 
OpenApiDecodeService.WxPubSuccessResponse - cn.watsontech.webhelper.openapi.service中的类
 
OpenApiListParamsVo - cn.watsontech.webhelper.openapi.params.base中的类
注意:不能使用此vo直接做请求参数,缺少具体参数 Created by Watson on 2020/02/09.
OpenApiListParamsVo() - 类 的构造器cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
OpenApiLoginUser - cn.watsontech.webhelper.openapi.params中的类
主要给openapi 确认当前操作用户信息 Created by Watson on 2020/2/15.
OpenApiLoginUser() - 类 的构造器cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
OpenApiParams - cn.watsontech.webhelper.openapi.params.base中的接口
openApi 标记接口,用户给mapper 添加额外需要 参与签名的参数 仅参与签名的参数需要实现该接口 Created by Watson on 2020/02/15.
openApiParams(String, String, Map<String, Object>, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
OpenApiParamsVo - cn.watsontech.webhelper.openapi.params.base中的类
注意:不能使用此vo直接做请求参数,缺少具体参数 Created by Watson on 2020/02/09.
OpenApiParamsVo() - 类 的构造器cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
OpenApiResponseErrorHandler - cn.watsontech.webhelper.openapi.error中的类
Created by Watson on 2020/6/20.
OpenApiResponseErrorHandler() - 类 的构造器cn.watsontech.webhelper.openapi.error.OpenApiResponseErrorHandler
 
OpenApiService - cn.watsontech.webhelper.openapi.service中的类
示例service Created by Watson on 2020/02/09.
OpenApiService() - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiService
 
ord - 类 中的变量cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 

P

parseDate(Object) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
日期型字符串转化为日期格式 "yyyy-MM-dd HH:mm:ss", "yyyy/MM/dd HH:mm:ss", "yyyy.MM.dd HH:mm:ss", "yyyy-MM-dd HH:mm", "yyyy/MM/dd HH:mm", "yyyy.MM.dd HH:mm", "yyyy-MM-dd", "yyyy/MM/dd", "yyyy.MM.dd", "yyyy-MM", "yyyy/MM", "yyyy.MM"
pastDays(Date) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
获取过去的天数
pastHour(Date) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
获取过去的小时
pastMinutes(Date) - 类 中的静态方法cn.watsontech.webhelper.openapi.utils.date.DateUtils
获取过去的分钟
postFilesForResult(String, String, Object, Class<T>) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
postForResult(String, String, Object, Class<T>) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 
PublicApiParams - cn.watsontech.webhelper.openapi.params.base中的接口
客户端签名: 生成当前时间戳timestamp=now和唯一随机字符串nonce=random 按照请求参数名的字母升序排列非空请求参数(包含Appid),使用URL键值对的格式(即key1=value1&key2=value2…)拼接成字符串stringA stringA="Appid=access&home=world&name=hello&work=java×tamp=now&nonce=random"; 拼接密钥AppSecret stringSignTemp="appid=appid&home=world&name=hello&work=java×tamp=now&nonce=random&appSecret=secret"; 拼接url(requestUrl 为访问路径,除域名外的请求路径,不包含url参数) stringSignTemp="appid=appid&home=world&name=hello&work=java×tamp=now&nonce=random&appSecret=secret&url=requestUrl"; MD5并转换为大写 sign=MD5(stringSignTemp).toUpperCase(); 最终请求 http://api.test.com/test?
putForResult(String, String, Object) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 

S

sby - 类 中的变量cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
selectByAppId(String) - 接口 中的方法cn.watsontech.webhelper.openapi.service.AppInfoService
 
sendEmail(String, Map, OpenApiParamsVo, OpenApiLoginUser) - 类 中的方法cn.watsontech.webhelper.openapi.OpenApiController
 
sendMail(Object) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiService
发送邮件
setAllowDelay(Integer) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置允许最大delay时长,单位为s
setAllowIps(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置白名单ip,逗号隔开
setAllowUrls(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置运行访问的urls
setAppid(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
setCode(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置应用id
setCode(String) - 类 中的方法cn.watsontech.webhelper.openapi.form.WxappLoginForm
 
setCode(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginForm
 
setCode(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubExchangeAuthCodeToUserForm
 
setContactName(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置联系人
setContactTelephone(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置联系方式
setCreatedBy(Long) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置创建人名称
setCreatedByName(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置创建人
setCreatedTime(Date) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置创建时间
setDescription(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置描述
setEnabled(Boolean) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置是否启用
setExpireTime(Date) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置过期时间
setFrom(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
setId(Integer) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
 
setLimit(Integer) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
setModifiedBy(Long) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置是否已经删除,1已删除
setModifiedByName(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
 
setModifiedTime(Date) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置删除时间
setName(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置文件名称
setNonce(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
setOffset(Integer) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
setOpenid(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
setOrd(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
setRedirectURI(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
setRequestId(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
setRequestId(String) - 接口 中的方法cn.watsontech.webhelper.openapi.params.base.PublicApiParams
 
setRequestUrl(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubGetJsTicketForm
 
setSby(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 
setScope(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
setSecret(String) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置拥有人
setSessionKey(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
setSign(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
setState(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
setSuccess(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubSuccessResponse
 
setTag(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
setTimestamp(Long) - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiParamsVo
 
setTo(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
setType(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
setUid(Long) - 类 中的方法cn.watsontech.webhelper.openapi.params.FileListOpenApiParamsVo
 
setUnionid(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
setUserId(Long) - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
setUserName(String) - 类 中的方法cn.watsontech.webhelper.openapi.params.OpenApiLoginUser
 
setVersion(Integer) - 类 中的方法cn.watsontech.webhelper.openapi.entity.AppInfo
设置版本号
setWxAppid(String) - 类 中的方法cn.watsontech.webhelper.openapi.form.WxappLoginForm
 
setWxAppid(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginForm
 
setWxAppid(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
setWxAppid(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubExchangeAuthCodeToUserForm
 
setWxAppid(String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubGetJsTicketForm
 
signParams(Map<String, Object>, String, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
 

T

toString() - 类 中的方法cn.watsontech.webhelper.openapi.params.base.OpenApiListParamsVo
 

W

wxAppLogin(String, String, String, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
示例接口调用 小程序登录code换取openid
WxappLoginForm - cn.watsontech.webhelper.openapi.form中的类
示例Form,参与签名的POST body参数需要实现 openApiParams Created by watson on 2020/6/17.
WxappLoginForm() - 类 的构造器cn.watsontech.webhelper.openapi.form.WxappLoginForm
 
WxAppLoginForm(String, String) - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginForm
 
WxAppLoginResponse() - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxAppLoginResponse
 
wxpubBuildAuthorizationUrl(String, String, String, String, String, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
公众号获取授权验证url
WxPubBuildAuthorizationUrlForm(String, String, String, String) - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubBuildAuthorizationUrlForm
 
WxPubExchangeAuthCodeToUserForm(String, String) - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubExchangeAuthCodeToUserForm
 
wxpubExchangeAuthCodeToUserInfo(String, String, String, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
公众号授权码换取用户信息
WxPubGetJsTicketForm(String, String) - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubGetJsTicketForm
 
wxpubGetJsTickets(String, String, String, String) - 类 中的方法cn.watsontech.webhelper.openapi.service.OpenApiDecodeService
公众号获取授权验证url
WxPubSuccessResponse() - 类 的构造器cn.watsontech.webhelper.openapi.service.OpenApiDecodeService.WxPubSuccessResponse
 
A C D F G H I L M O P S T W 
跳过导航链接

Copyright © 2021. All rights reserved.