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

A

accepted() - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 
AliDirectPayConfig - com.lly835.bestpay.config中的类
支付宝即时到账支付配置信息 文档地址: https://doc.open.alipay.com/docs/doc.htm?
AliDirectPayConfig() - 类 的构造器com.lly835.bestpay.config.AliDirectPayConfig
 
ALIPAY_GATEWAY_NEW - 接口 中的静态变量com.lly835.bestpay.constants.AlipayConstants
支付宝新网关.
ALIPAY_GATEWAY_OPEN - 接口 中的静态变量com.lly835.bestpay.constants.AlipayConstants
支付宝网关.
ALIPAY_VERIFY_URL - 接口 中的静态变量com.lly835.bestpay.constants.AlipayConstants
支付宝消息验证地址.
AlipayBizParam - com.lly835.bestpay.model中的类
支付宝支付时的业务参数 详见 https://doc.open.alipay.com/doc2/detail.htm?
AlipayBizParam() - 类 的构造器com.lly835.bestpay.model.AlipayBizParam
 
AlipayConfig - com.lly835.bestpay.config中的类
支付宝配置信息(非即时到账接口) 文档地址: https://openhome.alipay.com/developmentDocument.htm
AlipayConfig() - 类 的构造器com.lly835.bestpay.config.AlipayConfig
 
AlipayConstants - com.lly835.bestpay.constants中的接口
支付宝常量.
AlipayRefundStatusEnum - com.lly835.bestpay.enums中的枚举
支付宝退款状态
AlipayTradeStatusEnum - com.lly835.bestpay.enums中的枚举
支付宝交易状态枚举.
append(String, String...) - 类 中的方法com.lly835.bestpay.rest.param.FormParam
 
append(String, List<String>) - 类 中的方法com.lly835.bestpay.rest.param.FormParam
 
append(String, String) - 类 中的方法com.lly835.bestpay.rest.param.HeaderParam
 
append(String, Object...) - 类 中的方法com.lly835.bestpay.rest.param.QueryParam
 
append(String, List<T>) - 类 中的方法com.lly835.bestpay.rest.param.QueryParam
 
appendToRequest(Invocation.Builder) - 类 中的方法com.lly835.bestpay.rest.param.HeaderParam
 
appendToTarget(WebTarget) - 类 中的方法com.lly835.bestpay.rest.param.Path
 
appendToTarget(WebTarget) - 类 中的方法com.lly835.bestpay.rest.param.QueryParam
 
asyncNotify(String) - 接口 中的方法com.lly835.bestpay.service.BestPayService
异步回调
asyncNotify(String) - 类 中的方法com.lly835.bestpay.service.impl.BestPayServiceImpl
异步回调
asyncNotify(String) - 类 中的方法com.lly835.bestpay.service.impl.WxPayServiceImpl
异步通知

B

badRequest() - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 
BestPayException - com.lly835.bestpay.exception中的异常错误
Created by null on 2017/2/23.
BestPayException(BestPayResultEnum) - 异常错误 的构造器com.lly835.bestpay.exception.BestPayException
 
BestPayResultEnum - com.lly835.bestpay.enums中的枚举
Created by null on 2017/2/23.
BestPayService - com.lly835.bestpay.service中的接口
支付相关 Created by null on 2017/2/14.
BestPayServiceImpl - com.lly835.bestpay.service.impl中的类
 
BestPayServiceImpl() - 类 的构造器com.lly835.bestpay.service.impl.BestPayServiceImpl
 
BestPayTypeEnum - com.lly835.bestpay.enums中的枚举
支付方式 Created by null on 2017/2/14.
build() - 类 中的静态方法com.lly835.bestpay.rest.param.FormParam
 
build() - 类 中的静态方法com.lly835.bestpay.rest.param.HeaderParam
 
build(String...) - 类 中的静态方法com.lly835.bestpay.rest.param.Path
 
build() - 类 中的静态方法com.lly835.bestpay.rest.param.QueryParam
 

C

check() - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
check() - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
Client - com.lly835.bestpay.rest中的类
 
Client() - 类 的构造器com.lly835.bestpay.rest.Client
 
com.lly835.bestpay.config - 程序包 com.lly835.bestpay.config
 
com.lly835.bestpay.constants - 程序包 com.lly835.bestpay.constants
 
com.lly835.bestpay.enums - 程序包 com.lly835.bestpay.enums
 
com.lly835.bestpay.exception - 程序包 com.lly835.bestpay.exception
 
com.lly835.bestpay.model - 程序包 com.lly835.bestpay.model
 
com.lly835.bestpay.model.wxpay - 程序包 com.lly835.bestpay.model.wxpay
 
com.lly835.bestpay.model.wxpay.request - 程序包 com.lly835.bestpay.model.wxpay.request
 
com.lly835.bestpay.model.wxpay.response - 程序包 com.lly835.bestpay.model.wxpay.response
 
com.lly835.bestpay.rest - 程序包 com.lly835.bestpay.rest
 
com.lly835.bestpay.rest.param - 程序包 com.lly835.bestpay.rest.param
 
com.lly835.bestpay.rest.type - 程序包 com.lly835.bestpay.rest.type
 
com.lly835.bestpay.service - 程序包 com.lly835.bestpay.service
 
com.lly835.bestpay.service.impl - 程序包 com.lly835.bestpay.service.impl
 
com.lly835.bestpay.utils - 程序包 com.lly835.bestpay.utils
 
convert(Map<String, String>) - 类 中的静态方法com.lly835.bestpay.utils.NameValuePairUtil
将Map转换为List<NameValuePair>.
created(URI) - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 

D

DateUtil - com.lly835.bestpay.utils中的类
 
DateUtil() - 类 的构造器com.lly835.bestpay.utils.DateUtil
 
delete() - 类 中的方法com.lly835.bestpay.rest.Client
 
delete(Path) - 类 中的方法com.lly835.bestpay.rest.Client
 
delete(QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
delete(HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
delete(Path, QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
delete(Path, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
delete(QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
delete(Path, QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
Delete - com.lly835.bestpay.rest.type中的注释类型
 

F

FAIL - 接口 中的静态变量com.lly835.bestpay.constants.AlipayConstants
请求处理失败.
Fen2Yuan(Integer) - 类 中的静态方法com.lly835.bestpay.utils.MoneyUtil
分转元
forbidden(Object) - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 
forbidden() - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 
FormParam - com.lly835.bestpay.rest.param中的类
 
from(String) - 枚举 中的静态方法com.lly835.bestpay.config.SignType
 
from(String, SignType) - 枚举 中的静态方法com.lly835.bestpay.config.SignType
 
fromXML(String, Class) - 类 中的静态方法com.lly835.bestpay.utils.XmlUtil
 

G

get() - 类 中的方法com.lly835.bestpay.rest.Client
 
get(Path) - 类 中的方法com.lly835.bestpay.rest.Client
 
get(QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
get(HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
get(Path, QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
get(Path, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
get(QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
get(Path, QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
Get - com.lly835.bestpay.rest.type中的注释类型
 
get(String) - 类 中的静态方法com.lly835.bestpay.utils.HttpRequestUtil
发送get请求
getAlipayRSAPublicKeyObject() - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
getAlipayRSAPublicKeyOBject() - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
getAppId() - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
getAppRSAPrivateKeyObject() - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
getBizParam() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getBody() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getByCode(String) - 枚举 中的静态方法com.lly835.bestpay.enums.BestPayTypeEnum
 
getCode() - 枚举 中的方法com.lly835.bestpay.enums.BestPayResultEnum
 
getCode() - 枚举 中的方法com.lly835.bestpay.enums.BestPayTypeEnum
 
getCode() - 异常错误 中的方法com.lly835.bestpay.exception.BestPayException
 
getData() - 类 中的方法com.lly835.bestpay.rest.ResponseValue
 
getDisablePayChannels() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getEnablePayChannels() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getExtendParams() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getGoodsType() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getHttpStatus() - 类 中的方法com.lly835.bestpay.rest.ResponseValue
 
getInputCharset() - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
getInputCharset() - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
getMap(String) - 类 中的静态方法com.lly835.bestpay.utils.MapUtil
 
getMsg() - 枚举 中的方法com.lly835.bestpay.enums.BestPayResultEnum
 
getName() - 枚举 中的方法com.lly835.bestpay.enums.BestPayTypeEnum
 
getOutTradeNo() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getParameterMap(ServletRequest) - 类 中的静态方法com.lly835.bestpay.utils.ServletRequestUtils
 
getPartnerId() - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
getPartnerMD5Key() - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
getPartnerRSAPrivateKeyObject() - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
getPassbackParams() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getProductCode() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getPromoParams() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getRandomStr() - 类 中的静态方法com.lly835.bestpay.utils.RandomUtil
 
getSellerId() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getSignType() - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
getSignType() - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
getStoreId() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getSubject() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getTimeoutExpress() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
getTotalAmount() - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 

H

HeaderParam - com.lly835.bestpay.rest.param中的类
 
HttpClient - com.lly835.bestpay.rest中的类
 
HttpClient(String, Integer) - 类 的构造器com.lly835.bestpay.rest.HttpClient
 
HttpClient(String, Integer, String) - 类 的构造器com.lly835.bestpay.rest.HttpClient
 
HttpClient(String, Integer, String, Integer, Integer) - 类 的构造器com.lly835.bestpay.rest.HttpClient
 
HttpRequestUtil - com.lly835.bestpay.utils中的类
Created by null on 2017/2/23.
HttpRequestUtil() - 类 的构造器com.lly835.bestpay.utils.HttpRequestUtil
 
HttpsClient - com.lly835.bestpay.rest中的类
 
HttpsClient(String) - 类 的构造器com.lly835.bestpay.rest.HttpsClient
 
HttpsClient(String, String) - 类 的构造器com.lly835.bestpay.rest.HttpsClient
 
HttpStatus - com.lly835.bestpay.rest中的枚举
 

I

initSSLContext() - 类 中的方法com.lly835.bestpay.config.WxPayH5Config
初始化证书
internalServerError() - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 

J

JsonUtil - com.lly835.bestpay.utils中的类
Json Utils.
JsonUtil() - 类 的构造器com.lly835.bestpay.utils.JsonUtil
 

K

keyToLowerCase(Map<String, String>) - 类 中的静态方法com.lly835.bestpay.utils.MapUtil
将map中的key转换成小写

L

logger - 类 中的变量com.lly835.bestpay.rest.Client
 

M

MapUtil - com.lly835.bestpay.utils中的类
Created by null on 2017/2/14.
MapUtil() - 类 的构造器com.lly835.bestpay.utils.MapUtil
 
MoneyUtil - com.lly835.bestpay.utils中的类
Created by 廖师兄 2017-07-02 13:53
MoneyUtil() - 类 的构造器com.lly835.bestpay.utils.MoneyUtil
 

N

NameValuePairUtil - com.lly835.bestpay.utils中的类
NameValuePair工具类.
NameValuePairUtil() - 类 的构造器com.lly835.bestpay.utils.NameValuePairUtil
 
noContent() - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 
notFound() - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 

O

ok(Object) - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 

P

Path - com.lly835.bestpay.rest.param中的类
 
pay(PayRequest) - 接口 中的方法com.lly835.bestpay.service.BestPayService
发起支付.
pay(PayRequest) - 类 中的方法com.lly835.bestpay.service.impl.BestPayServiceImpl
 
pay(PayRequest) - 类 中的方法com.lly835.bestpay.service.impl.WxPayServiceImpl
 
PayRequest - com.lly835.bestpay.model中的类
支付时请求参数
PayRequest() - 类 的构造器com.lly835.bestpay.model.PayRequest
 
PayResponse - com.lly835.bestpay.model中的类
支付时的同步返回参数
PayResponse() - 类 的构造器com.lly835.bestpay.model.PayResponse
 
post() - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path, QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path, FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(QueryParam, FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(QueryParam, FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path, FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path, QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path, QueryParam, FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
post(Path, QueryParam, FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
Post - com.lly835.bestpay.rest.type中的注释类型
 
post(String, String) - 类 中的静态方法com.lly835.bestpay.utils.HttpRequestUtil
post请求
postJson(String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postJson(Path, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postJson(QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postJson(String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
postJson(Path, QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postJson(Path, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
postJson(QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
postJson(Path, QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(Path, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(Path, QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(Path, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
postXml(Path, QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put() - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path, QueryParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path, FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(QueryParam, FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(QueryParam, FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path, FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path, QueryParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path, QueryParam, FormParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
put(Path, QueryParam, FormParam, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
Put - com.lly835.bestpay.rest.type中的注释类型
 
putJson(String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putJson(Path, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putJson(QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putJson(String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
putJson(Path, QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putJson(Path, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
putJson(QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
putJson(Path, QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(Path, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(Path, QueryParam, String) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(Path, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 
putXml(Path, QueryParam, String, HeaderParam) - 类 中的方法com.lly835.bestpay.rest.Client
 

Q

QueryParam - com.lly835.bestpay.rest.param中的类
 

R

RandomUtil - com.lly835.bestpay.utils中的类
 
RandomUtil() - 类 的构造器com.lly835.bestpay.utils.RandomUtil
 
refund(RequestBody) - 接口 中的方法com.lly835.bestpay.model.wxpay.WxPayApi
申请退款
refund(RefundRequest) - 接口 中的方法com.lly835.bestpay.service.BestPayService
退款
refund(RefundRequest) - 类 中的方法com.lly835.bestpay.service.impl.BestPayServiceImpl
 
refund(RefundRequest) - 类 中的方法com.lly835.bestpay.service.impl.WxPayServiceImpl
微信退款
RefundRequest - com.lly835.bestpay.model中的类
支付时请求参数
RefundRequest() - 类 的构造器com.lly835.bestpay.model.RefundRequest
 
RefundResponse - com.lly835.bestpay.model中的类
退款返回的参数 Created by 廖师兄 2017-07-08 23:40
RefundResponse() - 类 的构造器com.lly835.bestpay.model.RefundResponse
 
removeEmptyKeyAndValue(Map<String, String>) - 类 中的静态方法com.lly835.bestpay.utils.MapUtil
移除map中空的key和value
removeParamsForAlipaySign(Map<String, String>) - 类 中的静态方法com.lly835.bestpay.utils.MapUtil
去除不参与签名的参数 支付宝中是去除sign和sign_type
RESPONSE_CODE_SUCCESS - 接口 中的静态变量com.lly835.bestpay.constants.AlipayConstants
支付宝返回码 - 成功.
ResponseValue - com.lly835.bestpay.rest中的类
 

S

seeOther(URI) - 类 中的静态方法com.lly835.bestpay.rest.ResponseValue
 
ServletRequestUtils - com.lly835.bestpay.utils中的类
 
ServletRequestUtils() - 类 的构造器com.lly835.bestpay.utils.ServletRequestUtils
 
setAlipayRSAPublicKey(String) - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
setAlipayRSAPublicKey(String) - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
setAppId(String) - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
setAppRSAPrivateKey(String) - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
setBody(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setDisablePayChannels(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setEnablePayChannels(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setExtendParams(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setGoodsType(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setOutTradeNo(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setPartnerId(String) - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
setPartnerRSAPrivateKey(String) - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
setPassbackParams(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setProductCode(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setPromoParams(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setSellerId(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setSignType(SignType) - 类 中的方法com.lly835.bestpay.config.AliDirectPayConfig
 
setSignType(SignType) - 类 中的方法com.lly835.bestpay.config.AlipayConfig
 
setStoreId(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setSubject(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setTimeoutExpress(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setTotalAmount(String) - 类 中的方法com.lly835.bestpay.model.AlipayBizParam
 
setWxPayH5Config(WxPayH5Config) - 类 中的方法com.lly835.bestpay.service.impl.BestPayServiceImpl
 
setWxPayH5Config(WxPayH5Config) - 类 中的方法com.lly835.bestpay.service.impl.WxPayServiceImpl
 
sign(Map<String, String>, String) - 类 中的静态方法com.lly835.bestpay.service.impl.WxPaySignature
签名
SignType - com.lly835.bestpay.config中的枚举
签名方式.
SUCCESS - 接口 中的静态变量com.lly835.bestpay.constants.AlipayConstants
请求处理成功.
SUCCESS - 接口 中的静态变量com.lly835.bestpay.constants.WxPayConstants
 
syncNotify(HttpServletRequest) - 接口 中的方法com.lly835.bestpay.service.BestPayService
同步回调
syncNotify(HttpServletRequest) - 类 中的方法com.lly835.bestpay.service.impl.BestPayServiceImpl
同步返回
syncNotify(HttpServletRequest) - 类 中的方法com.lly835.bestpay.service.impl.WxPayServiceImpl
 

T

target - 类 中的变量com.lly835.bestpay.rest.Client
 
toDate(String) - 类 中的静态方法com.lly835.bestpay.utils.DateUtil
将yyyy-mm-dd HH:mm:ss格式的日期转换为Date格式
toForm() - 类 中的方法com.lly835.bestpay.rest.param.FormParam
 
toJson(Object) - 类 中的静态方法com.lly835.bestpay.utils.JsonUtil
Convert target object to json string.
toObject(String, Class<T>) - 类 中的静态方法com.lly835.bestpay.utils.JsonUtil
Convert json string to target object.
toResponse() - 类 中的方法com.lly835.bestpay.rest.ResponseValue
 
toString() - 枚举 中的方法com.lly835.bestpay.config.SignType
 
toString() - 类 中的方法com.lly835.bestpay.rest.param.FormParam
 
toString() - 类 中的方法com.lly835.bestpay.rest.param.HeaderParam
 
toString() - 类 中的方法com.lly835.bestpay.rest.param.Path
 
toString() - 类 中的方法com.lly835.bestpay.rest.param.QueryParam
 
toUrl(Map<String, String>) - 类 中的静态方法com.lly835.bestpay.utils.MapUtil
map转为url 结果类似 token=abccdssx&sign=ccsacccss
toUrlWithSort(Map<String, String>) - 类 中的静态方法com.lly835.bestpay.utils.MapUtil
map转url 排序后转
toUrlWithSortAndEncode(Map<String, String>) - 类 中的静态方法com.lly835.bestpay.utils.MapUtil
map转url 排序后转
toXMl(Object) - 类 中的静态方法com.lly835.bestpay.utils.XmlUtil
对象转xml

U

unifiedorder(RequestBody) - 接口 中的方法com.lly835.bestpay.model.wxpay.WxPayApi
统一下单

V

valueOf(String) - 枚举 中的静态方法com.lly835.bestpay.config.SignType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.lly835.bestpay.enums.AlipayRefundStatusEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.lly835.bestpay.enums.AlipayTradeStatusEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.lly835.bestpay.enums.BestPayResultEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.lly835.bestpay.enums.BestPayTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.lly835.bestpay.rest.HttpStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.lly835.bestpay.config.SignType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.lly835.bestpay.enums.AlipayRefundStatusEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.lly835.bestpay.enums.AlipayTradeStatusEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.lly835.bestpay.enums.BestPayResultEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.lly835.bestpay.enums.BestPayTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.lly835.bestpay.rest.HttpStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(Map<String, String>, SignType, String) - 接口 中的方法com.lly835.bestpay.service.BestPayService
验证支付结果.
verify(Map<String, String>, SignType, String) - 类 中的方法com.lly835.bestpay.service.impl.BestPayServiceImpl
 
verify(Map, SignType, String) - 类 中的方法com.lly835.bestpay.service.impl.WxPayServiceImpl
 
verify(Map<String, String>, String) - 类 中的静态方法com.lly835.bestpay.service.impl.WxPaySignature
校验签名

W

WXPAY_GATEWAY - 接口 中的静态变量com.lly835.bestpay.constants.WxPayConstants
 
WxPayApi - com.lly835.bestpay.model.wxpay中的接口
Created by 廖师兄 2017-07-02 13:36
WxPayAsyncResponse - com.lly835.bestpay.model.wxpay.response中的类
异步返回参数 Created by 廖师兄 2017-07-02 20:55
WxPayAsyncResponse() - 类 的构造器com.lly835.bestpay.model.wxpay.response.WxPayAsyncResponse
 
WxPayConstants - com.lly835.bestpay.constants中的接口
微信常量 Created by 廖师兄 2017-07-02 15:57
WxPayH5Config - com.lly835.bestpay.config中的类
Created by 廖师兄 2017-07-02 13:58
WxPayH5Config() - 类 的构造器com.lly835.bestpay.config.WxPayH5Config
 
WxPayRefundRequest - com.lly835.bestpay.model.wxpay.request中的类
退款请求参数 Created by 廖师兄 2017-07-02 01:09
WxPayRefundRequest() - 类 的构造器com.lly835.bestpay.model.wxpay.request.WxPayRefundRequest
 
WxPayRefundResponse - com.lly835.bestpay.model.wxpay.response中的类
微信退款返回参数 Created by 廖师兄 2017-07-02 13:33
WxPayRefundResponse() - 类 的构造器com.lly835.bestpay.model.wxpay.response.WxPayRefundResponse
 
WxPayServiceImpl - com.lly835.bestpay.service.impl中的类
Created by 廖师兄 2017-07-02 13:40
WxPayServiceImpl() - 类 的构造器com.lly835.bestpay.service.impl.WxPayServiceImpl
 
WxPaySignature - com.lly835.bestpay.service.impl中的类
Created by 廖师兄 2017-07-02 14:42
WxPaySignature() - 类 的构造器com.lly835.bestpay.service.impl.WxPaySignature
 
WxPaySyncResponse - com.lly835.bestpay.model.wxpay.response中的类
同步返回参数 Created by 廖师兄 2017-07-02 13:46
WxPaySyncResponse() - 类 的构造器com.lly835.bestpay.model.wxpay.response.WxPaySyncResponse
 
WxPayUnifiedorderRequest - com.lly835.bestpay.model.wxpay.request中的类
Created by 廖师兄 2017-07-02 13:42
WxPayUnifiedorderRequest() - 类 的构造器com.lly835.bestpay.model.wxpay.request.WxPayUnifiedorderRequest
 

X

XmlUtil - com.lly835.bestpay.utils中的类
Created by 廖师兄 2017-07-02 15:30
XmlUtil() - 类 的构造器com.lly835.bestpay.utils.XmlUtil
 

Y

Yuan2Fen(Double) - 类 中的静态方法com.lly835.bestpay.utils.MoneyUtil
元转分
A B C D F G H I J K L M N O P Q R S T U V W X Y 
跳过导航链接

Copyright © 2017. All rights reserved.