public class EcommerceServiceImpl extends Object implements EcommerceService
构造器和说明 |
---|
EcommerceServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
ProfitSharingReceiverResult |
addReceivers(ProfitSharingReceiverRequest request)
添加分账接收方API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_7.shtml
|
TradeBillResult |
applyBill(TradeBillRequest request)
请求账单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/bill.shtml
|
FundBillResult |
applyFundBill(FundBillTypeEnum billType,
FundBillRequest request)
申请资金账单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/bill/chapter3_2.shtml
|
String |
closePartnerTransactions(PartnerTransactionsCloseRequest request)
关闭普通订单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_6.shtml
|
TransactionsResult |
combine(TradeTypeEnum tradeType,
CombineTransactionsRequest request)
合单支付API(APP支付、JSAPI支付、H5支付、NATIVE支付).
|
<T> T |
combineTransactions(TradeTypeEnum tradeType,
CombineTransactionsRequest request)
合单支付API(APP支付、JSAPI支付、H5支付、NATIVE支付).
|
ApplymentsResult |
createApply(ApplymentsRequest request)
二级商户进件API
接口地址: https://api.mch.weixin.qq.com/v3/ecommerce/applyments/
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter7_1_8.shtml
|
ProfitSharingReceiverResult |
deleteReceivers(ProfitSharingReceiverRequest request)
删除分账接收方API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_8.shtml
|
InputStream |
downloadBill(String url)
下载账单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/bill.shtml
|
ProfitSharingResult |
finishOrder(FinishOrderRequest request)
完结分账API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_5.shtml
|
static Map<Object,Object> |
getObjectToMap(Object obj) |
void |
modifySettlement(String subMchid,
SettlementRequest request)
修改结算帐号API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_4.shtml
|
CombineTransactionsNotifyResult |
parseCombineNotifyResult(String notifyData,
SignatureHeader header)
合单支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e-combine.shtml
|
PartnerTransactionsNotifyResult |
parsePartnerNotifyResult(String notifyData,
SignatureHeader header)
普通支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml
|
RefundNotifyResult |
parseRefundNotifyResult(String notifyData,
SignatureHeader header)
退款通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_3.shtml
|
TransactionsResult |
partner(TradeTypeEnum tradeType,
PartnerTransactionsRequest request)
服务商模式普通支付API(APP支付、JSAPI支付、H5支付、NATIVE支付).
|
<T> T |
partnerTransactions(TradeTypeEnum tradeType,
PartnerTransactionsRequest request)
服务商模式普通支付API(APP支付、JSAPI支付、H5支付、NATIVE支付).
|
ProfitSharingResult |
profitSharing(ProfitSharingRequest request)
请求分账API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_1.shtml
|
ApplymentsStatusResult |
queryApplyStatusByApplymentId(String applymentId)
查询申请状态API
请求URL: https://api.mch.weixin.qq.com/v3/ecommerce/applyments/{applyment_id}
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_2.shtml
|
ApplymentsStatusResult |
queryApplyStatusByOutRequestNo(String outRequestNo)
查询申请状态API
请求URL: https://api.mch.weixin.qq.com/v3/ecommerce/applyments/out-request-no/{out_request_no}
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_2.shtml
|
CombineTransactionsResult |
queryCombineTransactions(String outTradeNo)
合单查询订单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/combine/chapter3_3.shtml
|
PartnerTransactionsResult |
queryPartnerTransactions(PartnerTransactionsQueryRequest request)
普通查询订单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_5.shtml
|
ProfitSharingResult |
queryProfitSharing(ProfitSharingQueryRequest request)
查询分账结果API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_2.shtml
|
ProfitSharingOrdersUnSplitAmountResult |
queryProfitSharingOrdersUnsplitAmount(ProfitSharingOrdersUnSplitAmountRequest request)
查询订单剩余待分金额API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter7_4_9.shtml
|
RefundQueryResult |
queryRefundByOutRefundNo(String subMchid,
String outRefundNo)
查询退款API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_2.shtml
|
RefundQueryResult |
queryRefundByRefundId(String subMchid,
String refundId)
查询退款API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_2.shtml
|
ReturnOrdersResult |
queryReturnOrders(ReturnOrdersQueryRequest request)
查询分账回退API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_3.shtml
|
SettlementResult |
querySettlement(String subMchid)
查询结算账户API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_5.shtml
|
SpWithdrawStatusResult |
querySpWithdrawByOutRequestNo(String outRequestNo)
电商平台查询提现状态API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_6.shtml
|
SubWithdrawStatusResult |
querySubWithdrawByOutRequestNo(String subMchid,
String outRequestNo)
二级商户查询提现状态API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_3.shtml
|
RefundsResult |
refunds(RefundsRequest request)
退款申请API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_1.shtml
|
ReturnOrdersResult |
returnOrders(ReturnOrdersRequest request)
请求分账回退API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_3.shtml
|
FundBalanceResult |
spDayEndBalance(SpAccountTypeEnum accountType,
String date)
服务商账户日终余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
spNowBalance(SpAccountTypeEnum accountType)
服务商账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
SpWithdrawResult |
spWithdraw(SpWithdrawRequest request)
电商平台提现API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_5.shtml
|
FundBalanceResult |
subDayEndBalance(String subMchid,
String date)
二级商户号账户日终余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
subNowBalance(String subMchid)
二级商户号账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
|
FundBalanceResult |
subNowBalance(String subMchid,
SpAccountTypeEnum accountType)
二级商户号账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/Offline/apis/chapter4_3_11.shtml
|
SubWithdrawResult |
subWithdraw(SubWithdrawRequest request)
二级商户账户余额提现API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_2.shtml
|
public ApplymentsResult createApply(ApplymentsRequest request) throws WxPayException
EcommerceService
二级商户进件API 接口地址: https://api.mch.weixin.qq.com/v3/ecommerce/applyments/ 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter7_1_8.shtml
createApply
在接口中 EcommerceService
request
- 请求对象WxPayException
- the wx pay exceptionpublic ApplymentsStatusResult queryApplyStatusByApplymentId(String applymentId) throws WxPayException
EcommerceService
查询申请状态API 请求URL: https://api.mch.weixin.qq.com/v3/ecommerce/applyments/{applyment_id} 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_2.shtml
queryApplyStatusByApplymentId
在接口中 EcommerceService
applymentId
- 申请单IDWxPayException
- the wx pay exceptionpublic ApplymentsStatusResult queryApplyStatusByOutRequestNo(String outRequestNo) throws WxPayException
EcommerceService
查询申请状态API 请求URL: https://api.mch.weixin.qq.com/v3/ecommerce/applyments/out-request-no/{out_request_no} 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_2.shtml
queryApplyStatusByOutRequestNo
在接口中 EcommerceService
outRequestNo
- 业务申请编号WxPayException
- the wx pay exceptionpublic TransactionsResult combine(TradeTypeEnum tradeType, CombineTransactionsRequest request) throws WxPayException
EcommerceService
合单支付API(APP支付、JSAPI支付、H5支付、NATIVE支付). 请求URL:https://api.mch.weixin.qq.com/v3/combine-transactions/jsapi 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e-combine.shtml
combine
在接口中 EcommerceService
tradeType
- 支付方式request
- 请求对象WxPayException
- the wx pay exceptionpublic <T> T combineTransactions(TradeTypeEnum tradeType, CombineTransactionsRequest request) throws WxPayException
EcommerceService
合单支付API(APP支付、JSAPI支付、H5支付、NATIVE支付). 请求URL:https://api.mch.weixin.qq.com/v3/combine-transactions/jsapi 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e-combine.shtml
combineTransactions
在接口中 EcommerceService
T
- the type parametertradeType
- 支付方式request
- 请求对象WxPayException
- the wx pay exceptionpublic CombineTransactionsNotifyResult parseCombineNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
EcommerceService
合单支付通知回调数据处理 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e-combine.shtml
parseCombineNotifyResult
在接口中 EcommerceService
notifyData
- 通知数据header
- 通知头部数据,不传则表示不校验头WxPayException
- the wx pay exceptionpublic CombineTransactionsResult queryCombineTransactions(String outTradeNo) throws WxPayException
EcommerceService
合单查询订单API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/combine/chapter3_3.shtml
queryCombineTransactions
在接口中 EcommerceService
outTradeNo
- 合单商户订单号WxPayException
- the wx pay exceptionpublic TransactionsResult partner(TradeTypeEnum tradeType, PartnerTransactionsRequest request) throws WxPayException
EcommerceService
服务商模式普通支付API(APP支付、JSAPI支付、H5支付、NATIVE支付). 请求URL:https://api.mch.weixin.qq.com/v3/pay/partner/transactions/jsapi 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/transactions_sl.shtml
partner
在接口中 EcommerceService
tradeType
- 支付方式request
- 请求对象WxPayException
- the wx pay exceptionpublic <T> T partnerTransactions(TradeTypeEnum tradeType, PartnerTransactionsRequest request) throws WxPayException
EcommerceService
服务商模式普通支付API(APP支付、JSAPI支付、H5支付、NATIVE支付). 请求URL:https://api.mch.weixin.qq.com/v3/pay/partner/transactions/jsapi 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/transactions_sl.shtml
partnerTransactions
在接口中 EcommerceService
T
- the type parametertradeType
- 支付方式request
- 请求对象WxPayException
- the wx pay exceptionpublic PartnerTransactionsNotifyResult parsePartnerNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
EcommerceService
普通支付通知回调数据处理 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml
parsePartnerNotifyResult
在接口中 EcommerceService
notifyData
- 通知数据header
- 通知头部数据,不传则表示不校验头WxPayException
- the wx pay exceptionpublic PartnerTransactionsResult queryPartnerTransactions(PartnerTransactionsQueryRequest request) throws WxPayException
EcommerceService
普通查询订单API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_5.shtml
queryPartnerTransactions
在接口中 EcommerceService
request
- 商户订单信息WxPayException
- the wx pay exceptionpublic String closePartnerTransactions(PartnerTransactionsCloseRequest request) throws WxPayException
EcommerceService
关闭普通订单API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_6.shtml
closePartnerTransactions
在接口中 EcommerceService
request
- 关闭普通订单请求WxPayException
- the wx pay exceptionpublic FundBalanceResult spNowBalance(SpAccountTypeEnum accountType) throws WxPayException
EcommerceService
服务商账户实时余额 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
spNowBalance
在接口中 EcommerceService
accountType
- 服务商账户类型WxPayException
- the wx pay exceptionpublic FundBalanceResult spDayEndBalance(SpAccountTypeEnum accountType, String date) throws WxPayException
EcommerceService
服务商账户日终余额 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
spDayEndBalance
在接口中 EcommerceService
accountType
- 服务商账户类型date
- 查询日期 2020-09-11WxPayException
- the wx pay exceptionpublic FundBalanceResult subNowBalance(String subMchid) throws WxPayException
EcommerceService
二级商户号账户实时余额 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
subNowBalance
在接口中 EcommerceService
subMchid
- 二级商户号WxPayException
- the wx pay exceptionpublic FundBalanceResult subNowBalance(String subMchid, SpAccountTypeEnum accountType) throws WxPayException
EcommerceService
二级商户号账户实时余额 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/Offline/apis/chapter4_3_11.shtml
subNowBalance
在接口中 EcommerceService
subMchid
- 二级商户号accountType
- 账户类型WxPayException
- the wx pay exceptionpublic FundBalanceResult subDayEndBalance(String subMchid, String date) throws WxPayException
EcommerceService
二级商户号账户日终余额 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
subDayEndBalance
在接口中 EcommerceService
subMchid
- 二级商户号date
- 查询日期 2020-09-11WxPayException
- the wx pay exceptionpublic ProfitSharingResult profitSharing(ProfitSharingRequest request) throws WxPayException
EcommerceService
请求分账API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_1.shtml
profitSharing
在接口中 EcommerceService
request
- 分账请求WxPayException
- the wx pay exceptionpublic ProfitSharingResult queryProfitSharing(ProfitSharingQueryRequest request) throws WxPayException
EcommerceService
查询分账结果API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_2.shtml
queryProfitSharing
在接口中 EcommerceService
request
- 查询分账请求WxPayException
- the wx pay exceptionpublic ProfitSharingOrdersUnSplitAmountResult queryProfitSharingOrdersUnsplitAmount(ProfitSharingOrdersUnSplitAmountRequest request) throws WxPayException
EcommerceService
查询订单剩余待分金额API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter7_4_9.shtml
queryProfitSharingOrdersUnsplitAmount
在接口中 EcommerceService
request
- 查询订单剩余待分金额请求WxPayException
- the wx pay exceptionpublic ProfitSharingReceiverResult addReceivers(ProfitSharingReceiverRequest request) throws WxPayException
EcommerceService
添加分账接收方API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_7.shtml
addReceivers
在接口中 EcommerceService
request
- 添加分账接收方WxPayException
- the wx pay exceptionpublic ProfitSharingReceiverResult deleteReceivers(ProfitSharingReceiverRequest request) throws WxPayException
EcommerceService
删除分账接收方API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_8.shtml
deleteReceivers
在接口中 EcommerceService
request
- 删除分账接收方WxPayException
- the wx pay exceptionpublic ReturnOrdersResult returnOrders(ReturnOrdersRequest request) throws WxPayException
EcommerceService
请求分账回退API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_3.shtml
returnOrders
在接口中 EcommerceService
request
- 分账回退请求WxPayException
- the wx pay exceptionpublic ReturnOrdersResult queryReturnOrders(ReturnOrdersQueryRequest request) throws WxPayException
EcommerceService
查询分账回退API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_3.shtml
queryReturnOrders
在接口中 EcommerceService
request
- 查询分账回退请求WxPayException
- the wx pay exceptionpublic ProfitSharingResult finishOrder(FinishOrderRequest request) throws WxPayException
EcommerceService
完结分账API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_5.shtml
finishOrder
在接口中 EcommerceService
request
- 完结分账请求WxPayException
- the wx pay exceptionpublic RefundsResult refunds(RefundsRequest request) throws WxPayException
EcommerceService
退款申请API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_1.shtml
refunds
在接口中 EcommerceService
request
- 退款请求WxPayException
- the wx pay exceptionpublic RefundQueryResult queryRefundByRefundId(String subMchid, String refundId) throws WxPayException
EcommerceService
查询退款API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_2.shtml
queryRefundByRefundId
在接口中 EcommerceService
subMchid
- 二级商户号refundId
- 微信退款单号WxPayException
- the wx pay exceptionpublic RefundQueryResult queryRefundByOutRefundNo(String subMchid, String outRefundNo) throws WxPayException
EcommerceService
查询退款API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_2.shtml
queryRefundByOutRefundNo
在接口中 EcommerceService
subMchid
- 二级商户号outRefundNo
- 商户退款单号WxPayException
- the wx pay exceptionpublic RefundNotifyResult parseRefundNotifyResult(String notifyData, SignatureHeader header) throws WxPayException
EcommerceService
退款通知回调数据处理 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_3.shtml
parseRefundNotifyResult
在接口中 EcommerceService
notifyData
- 通知数据header
- 通知头部数据,不传则表示不校验头WxPayException
- the wx pay exceptionpublic SubWithdrawResult subWithdraw(SubWithdrawRequest request) throws WxPayException
EcommerceService
二级商户账户余额提现API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_2.shtml
subWithdraw
在接口中 EcommerceService
request
- 提现请求WxPayException
- the wx pay exceptionpublic SpWithdrawResult spWithdraw(SpWithdrawRequest request) throws WxPayException
EcommerceService
电商平台提现API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_5.shtml
spWithdraw
在接口中 EcommerceService
request
- 提现请求WxPayException
- the wx pay exceptionpublic SubWithdrawStatusResult querySubWithdrawByOutRequestNo(String subMchid, String outRequestNo) throws WxPayException
EcommerceService
二级商户查询提现状态API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_3.shtml
querySubWithdrawByOutRequestNo
在接口中 EcommerceService
subMchid
- 二级商户号outRequestNo
- 商户提现单号WxPayException
- the wx pay exceptionpublic SpWithdrawStatusResult querySpWithdrawByOutRequestNo(String outRequestNo) throws WxPayException
EcommerceService
电商平台查询提现状态API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_6.shtml
querySpWithdrawByOutRequestNo
在接口中 EcommerceService
outRequestNo
- 商户提现单号WxPayException
- the wx pay exceptionpublic void modifySettlement(String subMchid, SettlementRequest request) throws WxPayException
EcommerceService
修改结算帐号API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_4.shtml
modifySettlement
在接口中 EcommerceService
subMchid
- 二级商户号。request
- 结算帐号WxPayException
- the wx pay exceptionpublic SettlementResult querySettlement(String subMchid) throws WxPayException
EcommerceService
查询结算账户API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_5.shtml
querySettlement
在接口中 EcommerceService
subMchid
- 二级商户号。WxPayException
- the wx pay exceptionpublic TradeBillResult applyBill(TradeBillRequest request) throws WxPayException
EcommerceService
请求账单API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/bill.shtml
applyBill
在接口中 EcommerceService
request
- 请求信息。WxPayException
- the wx pay exceptionpublic FundBillResult applyFundBill(FundBillTypeEnum billType, FundBillRequest request) throws WxPayException
EcommerceService
申请资金账单API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/bill/chapter3_2.shtml
applyFundBill
在接口中 EcommerceService
billType
- 账单类型。request
- 请求信息。WxPayException
- the wx pay exceptionpublic InputStream downloadBill(String url) throws WxPayException
EcommerceService
下载账单API 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/bill.shtml
downloadBill
在接口中 EcommerceService
url
- 微信返回的账单地址。WxPayException
- the wx pay exceptionCopyright © 2023. All rights reserved.