程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 方法和说明 |
---|---|
WxPayApplyBillV3Result |
WxPayService.applyFundFlowBill(WxPayApplyFundFlowBillV3Request request)
申请资金账单API
微信支付按天提供微信支付账户的资金流水账单文件,商户可以通过该接口获取账单文件的下载地址。
|
WxPayApplyBillV3Result |
WxPayService.applyTradeBill(WxPayApplyTradeBillV3Request request)
申请交易账单API
微信支付按天提供交易账单文件,商户可以通过该接口获取账单文件的下载地址。
|
WxPayApplyBillV3Result |
PayrollService.merchantFundWithdrawBillType(String billType,
String billDate,
String tarType)
按日下载提现异常文件API
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/merchant/fund/withdraw/bill-type/{bill_type}
请求方式:GET
|
限定符和类型 | 方法和说明 |
---|---|
WxPayApplyBillV3Result |
BaseWxPayServiceImpl.applyFundFlowBill(WxPayApplyFundFlowBillV3Request request) |
WxPayApplyBillV3Result |
BaseWxPayServiceImpl.applyTradeBill(WxPayApplyTradeBillV3Request request) |
WxPayApplyBillV3Result |
PayrollServiceImpl.merchantFundWithdrawBillType(String billType,
String billDate,
String tarType)
按日下载提现异常文件API
适用对象:服务商
请求URL:https://api.mch.weixin.qq.com/v3/merchant/fund/withdraw/bill-type/{bill_type}
请求方式:GET
|
Copyright © 2023. All rights reserved.