Package | Description |
---|---|
com.ijpay.core.enums | |
com.ijpay.core.kit | |
com.ijpay.wxpay |
Modifier and Type | Method and Description |
---|---|
static RequestMethod |
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
WxPayKit.buildAuthorization(RequestMethod method,
String urlSuffix,
String mchId,
String serialNo,
PrivateKey privateKey,
String body)
构建 v3 接口所需的 Authorization
|
static String |
WxPayKit.buildAuthorization(RequestMethod method,
String urlSuffix,
String mchId,
String serialNo,
PrivateKey privateKey,
String body,
String nonceStr,
long timestamp,
String authType)
构建 v3 接口所需的 Authorization
|
static String |
WxPayKit.buildAuthorization(RequestMethod method,
String urlSuffix,
String mchId,
String serialNo,
String keyPath,
String body)
构建 v3 接口所需的 Authorization
|
static String |
WxPayKit.buildAuthorization(RequestMethod method,
String urlSuffix,
String mchId,
String serialNo,
String keyPath,
String body,
String nonceStr,
long timestamp,
String authType)
构建 v3 接口所需的 Authorization
|
static String |
PayKit.buildSignMessage(RequestMethod method,
String url,
long timestamp,
String nonceStr,
String body)
构造签名串
|
Modifier and Type | Method and Description |
---|---|
static IJPayHttpResponse |
WxPayApi.v3(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
PrivateKey privateKey,
Map<String,String> params)
V3 接口统一执行入口
|
static IJPayHttpResponse |
WxPayApi.v3(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
PrivateKey privateKey,
String body)
V3 接口统一执行入口
|
static IJPayHttpResponse |
WxPayApi.v3(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
PrivateKey privateKey,
String body,
String nonceStr,
long timestamp,
String authType,
File file)
V3 接口统一执行入口
|
static IJPayHttpResponse |
WxPayApi.v3(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
String keyPath,
Map<String,String> params)
V3 接口统一执行入口
|
static IJPayHttpResponse |
WxPayApi.v3(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
String keyPath,
String body)
V3 接口统一执行入口
|
static IJPayHttpResponse |
WxPayApi.v3(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
String keyPath,
String body,
String nonceStr,
long timestamp,
String authType,
File file)
V3 接口统一执行入口
|
static Map<String,Object> |
WxPayApi.v3Execution(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String keyPath,
Map<String,String> params)
Deprecated.
|
static Map<String,Object> |
WxPayApi.v3Execution(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String keyPath,
String body)
Deprecated.
|
static Map<String,Object> |
WxPayApi.v3Execution(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
String keyPath,
Map<String,String> params)
Deprecated.
|
static Map<String,Object> |
WxPayApi.v3Execution(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
String keyPath,
String body)
Deprecated.
|
static Map<String,Object> |
WxPayApi.v3Execution(RequestMethod method,
String urlPrefix,
String urlSuffix,
String mchId,
String serialNo,
String platSerialNo,
String keyPath,
String body,
String nonceStr,
long timestamp,
String authType,
File file)
Deprecated.
|
Copyright © 2022. All rights reserved.