- PARAM_ERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.Refund
-
描述:参数错误.
- PARAM_ERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.RefundQuery
-
描述:参数错误.
- parseCombineNotifyResult(String, SignatureHeader) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
合单支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e-combine.shtml
- parseCombineNotifyResult(String, SignatureHeader) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- parseNotifyData(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.PayScoreServiceImpl
-
- parseNotifyData(String) - 接口 中的方法com.github.binarywang.wxpay.service.PayScoreService
-
支付分回调内容解析方法
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
- parseOrderNotifyResult(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- parseOrderNotifyResult(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- parseOrderNotifyResult(String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
解析支付结果通知.
- parseOrderNotifyResult(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
解析支付结果通知.
- parsePartnerNotifyResult(String, SignatureHeader) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
普通支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml
- parsePartnerNotifyResult(String, SignatureHeader) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- parseRefundNotifyResult(String, SignatureHeader) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
退款通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_3.shtml
- parseRefundNotifyResult(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- parseRefundNotifyResult(String, SignatureHeader) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- parseRefundNotifyResult(String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
解析退款结果通知
详见https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?
- parseScanPayNotifyResult(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- parseScanPayNotifyResult(String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
解析扫码支付回调通知
详见https://pay.weixin.qq.com/wiki/doc/api/native.php?
- partner(TradeTypeEnum, PartnerTransactionsRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
服务商模式普通支付API(APP支付、JSAPI支付、H5支付、NATIVE支付).
- partner(TradeTypeEnum, PartnerTransactionsRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- partnerTransactions(TradeTypeEnum, PartnerTransactionsRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
服务商模式普通支付API(APP支付、JSAPI支付、H5支付、NATIVE支付).
- partnerTransactions(TradeTypeEnum, PartnerTransactionsRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- PartnerTransactionsNotifyResult - com.github.binarywang.wxpay.bean.ecommerce中的类
-
普通支付 通知结果
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_11.shtml
- PartnerTransactionsNotifyResult() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsNotifyResult
-
- PartnerTransactionsQueryRequest - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsQueryRequest
-
- PartnerTransactionsRequest - com.github.binarywang.wxpay.bean.ecommerce中的类
-
普通支付(电商收付通)API
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml
- PartnerTransactionsRequest() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsRequest
-
- PartnerTransactionsRequest.Amount - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsRequest.Discount - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsRequest.GoodsDetail - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsRequest.H5Info - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsRequest.Payer - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsRequest.SceneInfo - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsRequest.SettleInfo - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsRequest.StoreInfo - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsResult - com.github.binarywang.wxpay.bean.ecommerce中的类
-
普通支付 查询结果
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_5.shtml
- PartnerTransactionsResult() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsResult
-
- PartnerTransactionsResult.Amount - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsResult.CombinePayerInfo - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsResult.GoodsDetail - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsResult.PromotionDetail - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PartnerTransactionsResult.SceneInfo - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- PAY_ERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.WxpayTradeStatus
-
支付失败(其他原因,如银行返回失败).
- payBank(EntPayBankRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EntPayService
-
企业付款到银行卡.
- payBank(EntPayBankRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EntPayServiceImpl
-
- Payer() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsRequest.Payer
-
- PayScoreNotifyData - com.github.binarywang.wxpay.bean.payscore中的类
-
微信支付分确认订单跟支付回调对象
- PayScoreNotifyData() - 类 的构造器com.github.binarywang.wxpay.bean.payscore.PayScoreNotifyData
-
- PayScoreNotifyData.Resource - com.github.binarywang.wxpay.bean.payscore中的类
-
- PayScoreService - com.github.binarywang.wxpay.service中的接口
-
支付分相关服务类.
- PayScoreServiceImpl - com.github.binarywang.wxpay.service.impl中的类
-
- PayScoreServiceImpl() - 类 的构造器com.github.binarywang.wxpay.service.impl.PayScoreServiceImpl
-
- payServiceOrder(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.PayScoreServiceImpl
-
- payServiceOrder(String) - 接口 中的方法com.github.binarywang.wxpay.service.PayScoreService
-
支付分订单收款API.
- PemUtils - com.github.binarywang.wxpay.v3.util中的类
-
- PemUtils() - 类 的构造器com.github.binarywang.wxpay.v3.util.PemUtils
-
- PERSONAL_OPENID - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.ReceiverType
-
个人openid
- PERSONAL_SUB_OPENID - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.ReceiverType
-
个人sub_openid
- PERSONAL_WECHATID - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.ReceiverType
-
个人微信号
- post(String, String, boolean) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
-
- post(String, String, boolean) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceJoddHttpImpl
-
- post(String, String, boolean) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
发送post请求,得到响应字符串.
- POST_DATA_EMPTY - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.UnifiedOrder
-
描述:post数据为空.
- PostDiscount - com.github.binarywang.wxpay.bean.payscore中的类
-
后付费商户优惠.
- PostDiscount() - 类 的构造器com.github.binarywang.wxpay.bean.payscore.PostDiscount
-
- postForBytes(String, String, boolean) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
-
- postForBytes(String, String, boolean) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceJoddHttpImpl
-
- postForBytes(String, String, boolean) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
发送post请求,得到响应字节数组.
- PostPayment - com.github.binarywang.wxpay.bean.payscore中的类
-
后付费项目.
- PostPayment() - 类 的构造器com.github.binarywang.wxpay.bean.payscore.PostPayment
-
- postV3(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
-
- postV3(String, HttpPost) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
-
- postV3(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceJoddHttpImpl
-
- postV3(String, HttpPost) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceJoddHttpImpl
-
- postV3(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
发送post请求,得到响应字符串.
- postV3(String, HttpPost) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
发送post请求,得到响应字符串.
- postV3WithWechatpaySerial(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
-
- postV3WithWechatpaySerial(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.WxPayServiceJoddHttpImpl
-
- postV3WithWechatpaySerial(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
发送post请求,得到响应字符串.
- PrivateKeySigner - com.github.binarywang.wxpay.v3.auth中的类
-
- PrivateKeySigner(String, PrivateKey) - 类 的构造器com.github.binarywang.wxpay.v3.auth.PrivateKeySigner
-
- PROCESSING - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.RefundStatus
-
退款处理中.
- profitSharing(ProfitSharingRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
请求分账API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_1.shtml
- profitSharing(ProfitSharingRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- profitSharing(ProfitSharingRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.ProfitSharingServiceImpl
-
- profitSharing(ProfitSharingRequest) - 接口 中的方法com.github.binarywang.wxpay.service.ProfitSharingService
-
单次分账请求按照传入的分账接收方账号和资金进行分账,同时会将订单剩余的待分账金额解冻给特约商户。
- profitSharingFinish(ProfitSharingFinishRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.ProfitSharingServiceImpl
-
- profitSharingFinish(ProfitSharingFinishRequest) - 接口 中的方法com.github.binarywang.wxpay.service.ProfitSharingService
-
1、不需要进行分账的订单,可直接调用本接口将订单的金额全部解冻给特约商户
2、调用多次分账接口后,需要解冻剩余资金时,调用本接口将剩余的分账金额全部解冻给特约商户
3、已调用请求单次分账后,剩余待分账金额为零,不需要再调用此接口。
- ProfitSharingFinishRequest - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingFinishRequest() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingFinishRequest
-
- profitSharingQuery(ProfitSharingQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.ProfitSharingServiceImpl
-
- profitSharingQuery(ProfitSharingQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.ProfitSharingService
-
TODO:微信返回签名失败
发起分账请求后,可调用此接口查询分账结果;发起分账完结请求后,可调用此接口查询分账完结的执行结果。
- ProfitSharingQueryRequest - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- ProfitSharingQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingQueryRequest
-
- ProfitSharingQueryRequest - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingQueryRequest
-
- ProfitSharingQueryResult - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingQueryResult() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingQueryResult
-
- ProfitSharingQueryResult.Receiver - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingReceiverRequest - com.github.binarywang.wxpay.bean.profitsharing中的类
-
添加/删除分账接受方请求对象
- ProfitSharingReceiverRequest() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReceiverRequest
-
- ProfitSharingReceiverResult - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingReceiverResult() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReceiverResult
-
- ProfitSharingRequest - com.github.binarywang.wxpay.bean.ecommerce中的类
-
请求分账 对象
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_1.shtml
- ProfitSharingRequest() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingRequest
-
- ProfitSharingRequest - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingRequest() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingRequest
-
- ProfitSharingRequest.Receiver - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- ProfitSharingResult - com.github.binarywang.wxpay.bean.ecommerce中的类
-
请求分账 结果响应
- ProfitSharingResult() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingResult
-
- ProfitSharingResult - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingResult() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingResult
-
- ProfitSharingResult.Receiver - com.github.binarywang.wxpay.bean.ecommerce中的类
-
- profitSharingReturn(ProfitSharingReturnRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.ProfitSharingServiceImpl
-
- profitSharingReturn(ProfitSharingReturnRequest) - 接口 中的方法com.github.binarywang.wxpay.service.ProfitSharingService
-
TODO:这个接口用真实的数据返回【参数不正确】,我对比官方文档除了缺少sub_mch_id,和sub_appid之外其他相同,当我随便填了一个商户id的时候,提示【回退方没有开通分账回退功能】
仅对订单进行退款时,如果订单已经分账,可以先调用此接口将指定的金额从分账接收方(仅限商户类型的分账接收方)回退给特约商户,然后再退款。
- profitSharingReturnQuery(ProfitSharingReturnQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.ProfitSharingServiceImpl
-
- profitSharingReturnQuery(ProfitSharingReturnQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.ProfitSharingService
-
TODO:因profitsharingReturn接口无法使用,没有办法对这里进行真实的测试,模拟数据这里返回【记录不存在】
商户需要核实回退结果,可调用此接口查询回退结果。
- ProfitSharingReturnQueryRequest - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingReturnQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReturnQueryRequest
-
- ProfitSharingReturnRequest - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingReturnRequest() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReturnRequest
-
- ProfitSharingReturnResult - com.github.binarywang.wxpay.bean.profitsharing中的类
-
- ProfitSharingReturnResult() - 类 的构造器com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReturnResult
-
- ProfitSharingService - com.github.binarywang.wxpay.service中的接口
-
注意:微信最高分账比例为30%
可多次分账到同一个人,但是依然不能超过30%
- ProfitSharingServiceImpl - com.github.binarywang.wxpay.service.impl中的类
-
- ProfitSharingServiceImpl(WxPayService) - 类 的构造器com.github.binarywang.wxpay.service.impl.ProfitSharingServiceImpl
-
- PromotionDetail() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsResult.PromotionDetail
-
- PromotionDetail() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.RefundQueryResult.PromotionDetail
-
- PromotionDetail() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.RefundsResult.PromotionDetail
-
- promotionDetails - 类 中的变量com.github.binarywang.wxpay.bean.ecommerce.RefundQueryResult
-
字段名:营销详情
变量名:promotion_detail
是否必填:否
类型:array
描述:
优惠退款信息
- QUERY_COMMENT_DATE_FORMAT - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants
-
拉取订单评价数据接口的参数中日期格式.
- queryApplyStatusByApplymentId(String) - 接口 中的方法com.github.binarywang.wxpay.service.Applyment4SubService
-
通过申请单号查询申请状态
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/tool/applyment4sub/chapter3_2.shtml
接口链接:https://api.mch.weixin.qq.com/v3/applyment4sub/applyment/applyment_id/{applyment_id}
- queryApplyStatusByApplymentId(String) - 接口 中的方法com.github.binarywang.wxpay.service.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(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.Applyment4SubServiceImpl
-
- queryApplyStatusByApplymentId(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- queryApplyStatusByBusinessCode(String) - 接口 中的方法com.github.binarywang.wxpay.service.Applyment4SubService
-
通过业务申请编号查询申请状态
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/tool/applyment4sub/chapter3_2.shtml
接口链接:https://api.mch.weixin.qq.com/v3/applyment4sub/applyment/business_code/{business_code}
- queryApplyStatusByBusinessCode(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.Applyment4SubServiceImpl
-
- queryApplyStatusByOutRequestNo(String) - 接口 中的方法com.github.binarywang.wxpay.service.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(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- queryCombineTransactions(String) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
合单查询订单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/combine/chapter3_3.shtml
- queryCombineTransactions(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- queryComment(Date, Date, Integer, Integer) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- queryComment(WxPayQueryCommentRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- queryComment(Date, Date, Integer, Integer) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
拉取订单评价数据.
- queryComment(WxPayQueryCommentRequest) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
拉取订单评价数据.
- queryCouponInfo(WxPayCouponInfoQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- queryCouponInfo(WxPayCouponInfoQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
查询代金券信息.
- queryCouponStock(WxPayCouponStockQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- queryCouponStock(WxPayCouponStockQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
查询代金券批次.
- queryEnterpriseRedpack(EntPayRedpackQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EntPayService
-
企业发送微信红包查询
文档地址:https://work.weixin.qq.com/api/doc
接口地址: https://api.mch.weixin.qq.com/mmpaymkttransfers/queryworkwxredpack
- queryEnterpriseRedpack(EntPayRedpackQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EntPayServiceImpl
-
- queryEntPay(String) - 接口 中的方法com.github.binarywang.wxpay.service.EntPayService
-
查询企业付款API.
- queryEntPay(EntPayQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EntPayService
-
查询企业付款API.
- queryEntPay(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EntPayServiceImpl
-
- queryEntPay(EntPayQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EntPayServiceImpl
-
- queryExchangeRate(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- queryExchangeRate(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
查询汇率
应用场景:商户网站的商品以外币标价时,通过该接口可以实时查询到微信使用的转换汇率。
- queryOrder(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- queryOrder(WxPayOrderQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- queryOrder(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
查询订单.
- queryOrder(WxPayOrderQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
查询订单(适合于需要自定义子商户号和子商户appid的情形).
- queryPartnerTransactions(PartnerTransactionsQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
普通查询订单API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_5.shtml
- queryPartnerTransactions(PartnerTransactionsQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- queryPayBank(String) - 接口 中的方法com.github.binarywang.wxpay.service.EntPayService
-
企业付款到银行卡查询.
- queryPayBank(EntPayBankQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EntPayService
-
企业付款到银行卡查询.
- queryPayBank(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EntPayServiceImpl
-
- queryPayBank(EntPayBankQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EntPayServiceImpl
-
- queryProfitSharing(ProfitSharingQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
查询分账结果API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_2.shtml
- queryProfitSharing(ProfitSharingQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- queryRedpack(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.RedpackServiceImpl
-
- queryRedpack(WxPayRedpackQueryRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.RedpackServiceImpl
-
- queryRedpack(String) - 接口 中的方法com.github.binarywang.wxpay.service.RedpackService
-
查询红包记录.
- queryRedpack(WxPayRedpackQueryRequest) - 接口 中的方法com.github.binarywang.wxpay.service.RedpackService
-
查询红包记录.
- queryRefundByOutRefundNo(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
查询退款API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_2.shtml
- queryRefundByOutRefundNo(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- queryRefundByRefundId(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
查询退款API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_2.shtml
- queryRefundByRefundId(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- queryServiceOrder(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.PayScoreServiceImpl
-
- queryServiceOrder(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.PayScoreService
-
支付分查询订单API.
- querySettlement(String) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
查询结算账户API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_5.shtml
- querySettlement(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- querySettlementBySubMchid(String) - 接口 中的方法com.github.binarywang.wxpay.service.Applyment4SubService
-
通过申请单号查询申请状态
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/tool/applyment4sub/chapter3_4.shtml
接口链接:https://api.mch.weixin.qq.com/v3/apply4sub/sub_merchants/{sub_mchid}/settlement
- querySettlementBySubMchid(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.Applyment4SubServiceImpl
-
- SalesInfo() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo
-
- SalesSceneInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.ApplymentsRequest.SalesSceneInfo
-
- SalesScenesTypeEnum - com.github.binarywang.wxpay.bean.applyment.enums中的枚举
-
经营场景类型枚举值
- SceneInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.CombineTransactionsRequest.SceneInfo
-
- SceneInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.CombineTransactionsResult.SceneInfo
-
- SceneInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsRequest.SceneInfo
-
- SceneInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsResult.SceneInfo
-
- sendCoupon(WxPayCouponSendRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- sendCoupon(WxPayCouponSendRequest) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
发放代金券
接口请求链接:https://api.mch.weixin.qq.com/mmpaymkttransfers/send_coupon
是否需要证书:请求需要双向证书。
- sendEnterpriseRedpack(EntPayRedpackRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EntPayService
-
企业发送微信红包给个人用户
文档地址:https://work.weixin.qq.com/api/doc
接口地址: https://api.mch.weixin.qq.com/mmpaymkttransfers/sendworkwxredpack
- sendEnterpriseRedpack(EntPayRedpackRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EntPayServiceImpl
-
- sendMiniProgramRedpack(WxPaySendMiniProgramRedpackRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.RedpackServiceImpl
-
- sendMiniProgramRedpack(WxPaySendMiniProgramRedpackRequest) - 接口 中的方法com.github.binarywang.wxpay.service.RedpackService
-
发送小程序红包.
- sendRedpack(WxPaySendRedpackRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.RedpackServiceImpl
-
- sendRedpack(WxPaySendRedpackRequest) - 接口 中的方法com.github.binarywang.wxpay.service.RedpackService
-
发送微信红包给个人用户.
- setAppid(String) - 类 中的方法com.github.binarywang.wxpay.bean.entpay.EntPayRequest
-
- setAppid(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
如果配置中已经设置,可以不设置值.
- setAppid(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPaySendMiniProgramRedpackRequest
-
- setAppid(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPaySendRedpackRequest
-
- setConfig(WxPayConfig) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- setConfig(WxPayConfig) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
设置配置对象.
- setEntPayService(EntPayService) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- setEntPayService(EntPayService) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
设置企业付款服务类,允许开发者自定义实现类.
- setMchId(String) - 类 中的方法com.github.binarywang.wxpay.bean.entpay.EntPayRequest
-
- setMchId(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
如果配置中已经设置,可以不设置值.
- setNonceStr(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
默认采用时间戳为随机字符串,可以不设置.
- setNotifyUrl(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayUnifiedOrderRequest
-
如果配置中已经设置,可以不设置值.
- SettleInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.CombineTransactionsRequest.SettleInfo
-
- SettleInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsRequest.SettleInfo
-
- SettlementInfo() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.WxPayApplyment4SubCreateRequest.SettlementInfo
-
- SettlementInfoResult - com.github.binarywang.wxpay.bean.applyment中的类
-
查询结算账户返回对象信息
- SettlementInfoResult() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.SettlementInfoResult
-
- SettlementRequest - com.github.binarywang.wxpay.bean.ecommerce中的类
-
普通服务商(支付机构、银行不可用),可使用本接口修改其进件、已签约的特约商户-结算账户信息。
- SettlementRequest() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.SettlementRequest
-
- SettlementResult - com.github.binarywang.wxpay.bean.ecommerce中的类
-
查询结算账户结果
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter3_5.shtml
- SettlementResult() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.SettlementResult
-
- SettlementVerifyResultEnum - com.github.binarywang.wxpay.bean.applyment.enums中的枚举
-
返回特约商户的结算账户-汇款验证结果枚举类
- setTradeType(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayUnifiedOrderRequest
-
如果配置中已经设置,可以不设置值.
- setWorkWxSign(String) - 类 中的方法com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
- shorturl(WxPayShorturlRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- shorturl(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
-
- shorturl(WxPayShorturlRequest) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
转换短链接.
- shorturl(String) - 接口 中的方法com.github.binarywang.wxpay.service.WxPayService
-
转换短链接.
- sign - 类 中的变量com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
字段名:签名.
- sign(byte[]) - 类 中的方法com.github.binarywang.wxpay.v3.auth.PrivateKeySigner
-
- sign(byte[]) - 接口 中的方法com.github.binarywang.wxpay.v3.auth.Signer
-
- sign(String, PrivateKey) - 类 中的静态方法com.github.binarywang.wxpay.v3.util.SignUtils
-
- SIGN_ERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.DownloadBill
-
描述:参数错误.
- SIGN_ERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.OrderClose
-
签名错误.
- SignatureExec - com.github.binarywang.wxpay.v3中的类
-
- SignatureHeader - com.github.binarywang.wxpay.bean.ecommerce中的类
-
微信通知接口头部信息,需要做签名验证
文档地址: https://wechatpay-api.gitbook.io/wechatpay-api-v3/qian-ming-zhi-nan-1/qian-ming-yan-zheng
- SignatureHeader() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.SignatureHeader
-
- SignatureResult(String, String) - 类 的构造器com.github.binarywang.wxpay.v3.auth.Signer.SignatureResult
-
- Signer - com.github.binarywang.wxpay.v3.auth中的接口
-
- signer - 类 中的变量com.github.binarywang.wxpay.v3.auth.WxPayCredentials
-
- Signer.SignatureResult - com.github.binarywang.wxpay.v3.auth中的类
-
- SIGNERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.Refund
-
描述:签名错误.
- SIGNERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.RefundQuery
-
描述:签名错误.
- SIGNERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.UnifiedOrder
-
描述:签名错误.
- SignType() - 类 的构造器com.github.binarywang.wxpay.constant.WxPayConstants.SignType
-
- SignUtils - com.github.binarywang.wxpay.util中的类
-
签名相关工具类.
- SignUtils() - 类 的构造器com.github.binarywang.wxpay.util.SignUtils
-
- SignUtils - com.github.binarywang.wxpay.v3.util中的类
-
- SignUtils() - 类 的构造器com.github.binarywang.wxpay.v3.util.SignUtils
-
- SpAccountTypeEnum - com.github.binarywang.wxpay.bean.ecommerce.enums中的枚举
-
服务商账户类型
- spDayEndBalance(SpAccountTypeEnum, String) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
服务商账户日终余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
- spDayEndBalance(SpAccountTypeEnum, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- SpecEncrypt - com.github.binarywang.wxpay.v3中的注释类型
-
敏感信息字段
- spNowBalance(SpAccountTypeEnum) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
服务商账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
- spNowBalance(SpAccountTypeEnum) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- spWithdraw(SpWithdrawRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
电商平台提现API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_5.shtml
- spWithdraw(SpWithdrawRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- SpWithdrawRequest - com.github.binarywang.wxpay.bean.ecommerce中的类
-
电商平台提现
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_5.shtml
- SpWithdrawRequest() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.SpWithdrawRequest
-
- SpWithdrawResult - com.github.binarywang.wxpay.bean.ecommerce中的类
-
电商平台提现 结果
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_5.shtml
- SpWithdrawResult() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.SpWithdrawResult
-
- StoreInfo() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.PartnerTransactionsRequest.StoreInfo
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.coupon.WxPayCouponInfoQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.coupon.WxPayCouponSendRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.coupon.WxPayCouponStockQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.entpay.EntPayBankRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.entpay.EntPayQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.entpay.EntPayRedpackQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.entpay.EntPayRedpackRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.entpay.EntPayRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingFinishRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReceiverRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReturnQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingReturnRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
将属性组装到一个Map中,供签名和最终发送XML时使用.
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayAuthcode2OpenidRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayDefaultRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayDownloadBillRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayDownloadFundFlowRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayFaceAuthInfoRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayFacepayRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayMicropayRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayOrderCloseRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayOrderQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayOrderReverseRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayQueryCommentRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayQueryExchangeRateRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayRedpackQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayRefundQueryRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayRefundRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayReportRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPaySendMiniProgramRedpackRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPaySendRedpackRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayShorturlRequest
-
- storeMap(Map<String, String>) - 类 中的方法com.github.binarywang.wxpay.bean.request.WxPayUnifiedOrderRequest
-
- subAppId - 类 中的变量com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
字段名:服务商模式下的子商户公众账号ID.
- subDayEndBalance(String, String) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
二级商户号账户日终余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
- subDayEndBalance(String, String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- SubjectInfo() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.WxPayApplyment4SubCreateRequest.SubjectInfo
-
- SubjectTypeEnum - com.github.binarywang.wxpay.bean.applyment.enums中的枚举
-
主体类型枚举类
商户申请接入时如何选择主体类型?
- subMchId - 类 中的变量com.github.binarywang.wxpay.bean.request.BaseWxPayRequest
-
字段名:服务商模式下的子商户号.
- subNowBalance(String) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
二级商户号账户实时余额
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/amount.shtml
- subNowBalance(String) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- SubOrders() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.CombineTransactionsRequest.SubOrders
-
- SubOrders() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.CombineTransactionsResult.SubOrders
-
- subWithdraw(SubWithdrawRequest) - 接口 中的方法com.github.binarywang.wxpay.service.EcommerceService
-
二级商户账户余额提现API
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_2.shtml
- subWithdraw(SubWithdrawRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.EcommerceServiceImpl
-
- SubWithdrawRequest - com.github.binarywang.wxpay.bean.ecommerce中的类
-
二级商户账户余额提现
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/combine/chapter3_3.shtml
- SubWithdrawRequest() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.SubWithdrawRequest
-
- SubWithdrawResult - com.github.binarywang.wxpay.bean.ecommerce中的类
-
二级商户账户余额提现 结果
文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/fund/chapter3_2.shtml
- SubWithdrawResult() - 类 的构造器com.github.binarywang.wxpay.bean.ecommerce.SubWithdrawResult
-
- success(String) - 类 中的静态方法com.github.binarywang.wxpay.bean.notify.WxPayNotifyResponse
-
Success string.
- SUCCESS - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.BillType
-
返回当日成功支付的订单.
- SUCCESS - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.RefundStatus
-
退款成功.
- SUCCESS - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.ResultCode
-
成功.
- SUCCESS - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayConstants.WxpayTradeStatus
-
支付成功.
- successResp(String) - 类 中的静态方法com.github.binarywang.wxpay.bean.notify.WxPayNotifyResponse
-
Success string.
- syncServiceOrder(WxPayScoreRequest) - 类 中的方法com.github.binarywang.wxpay.service.impl.PayScoreServiceImpl
-
- syncServiceOrder(WxPayScoreRequest) - 接口 中的方法com.github.binarywang.wxpay.service.PayScoreService
-
支付分订单收款API.
- SYSTEM_ERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.OrderClose
-
系统错误.
- SYSTEMERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.DownloadBill
-
描述:下载失败.
- SYSTEMERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.Refund
-
描述:接口返回错误.
- SYSTEMERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.RefundQuery
-
描述:接口返回错误.
- SYSTEMERROR - 类 中的静态变量com.github.binarywang.wxpay.constant.WxPayErrorCode.UnifiedOrder
-
描述:系统错误.
- validate(CloseableHttpResponse) - 类 中的方法com.github.binarywang.wxpay.v3.auth.WxPayValidator
-
- validate(CloseableHttpResponse) - 接口 中的方法com.github.binarywang.wxpay.v3.Validator
-
- Validator - com.github.binarywang.wxpay.v3中的接口
-
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.AccountTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.ApplymentStateEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.BankAccountTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.CertTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.IdTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.SalesScenesTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.SettlementVerifyResultEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.SubjectTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.ecommerce.enums.SpAccountTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.bean.ecommerce.enums.TradeTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.binarywang.wxpay.v3.auth.AutoUpdateCertificatesVerifier.TimeInterval
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.AccountTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.ApplymentStateEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.BankAccountTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.CertTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.IdTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.SalesScenesTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.SettlementVerifyResultEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.applyment.enums.SubjectTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.ecommerce.enums.SpAccountTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.bean.ecommerce.enums.TradeTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.binarywang.wxpay.v3.auth.AutoUpdateCertificatesVerifier.TimeInterval
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- Verifier - com.github.binarywang.wxpay.v3.auth中的接口
-
- verify(String, byte[], String) - 类 中的方法com.github.binarywang.wxpay.v3.auth.AutoUpdateCertificatesVerifier
-
- verify(String, byte[], String) - 类 中的方法com.github.binarywang.wxpay.v3.auth.CertificatesVerifier
-
- verify(String, byte[], String) - 接口 中的方法com.github.binarywang.wxpay.v3.auth.Verifier
-
- WebInfo() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.WebInfo
-
- WechatPayUploadHttpPost - com.github.binarywang.wxpay.v3中的类
-
- WechatPayUploadHttpPost.Builder - com.github.binarywang.wxpay.v3中的类
-
- WeworkInfo() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.WeworkInfo
-
- withCredentials(Credentials) - 类 中的方法com.github.binarywang.wxpay.v3.WxPayV3HttpClientBuilder
-
- withImage(String, String, InputStream) - 类 中的方法com.github.binarywang.wxpay.v3.WechatPayUploadHttpPost.Builder
-
- withMerchant(String, String, PrivateKey) - 类 中的方法com.github.binarywang.wxpay.v3.WxPayV3HttpClientBuilder
-
- withValidator(Validator) - 类 中的方法com.github.binarywang.wxpay.v3.WxPayV3HttpClientBuilder
-
- withWechatpay(List<X509Certificate>) - 类 中的方法com.github.binarywang.wxpay.v3.WxPayV3HttpClientBuilder
-
- WxPayApiData - com.github.binarywang.wxpay.bean中的类
-
微信支付接口请求数据封装对象
Created by Binary Wang on 2017-8-25.
- WxPayApiData(String, String, String, String) - 类 的构造器com.github.binarywang.wxpay.bean.WxPayApiData
-
Instantiates a new Wx pay api data.
- WxPayApplyment4SubCreateRequest - com.github.binarywang.wxpay.bean.applyment中的类
-
特约商户进件 提交申请对象
- WxPayApplyment4SubCreateRequest() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.WxPayApplyment4SubCreateRequest
-
- WxPayApplyment4SubCreateRequest.AdditionInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
补充材料
- WxPayApplyment4SubCreateRequest.BankAccountInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
结算银行账户
- WxPayApplyment4SubCreateRequest.BusinessInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
经营资料
- WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.AppInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
APP场景
- WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.BizStoreInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
线下门店场景
- WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.MiniProgramInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
小程序场景
- WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.MpInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
公众号场景
- WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.WebInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
互联网网站场景
- WxPayApplyment4SubCreateRequest.BusinessInfo.SalesInfo.WeworkInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
企业微信场景
- WxPayApplyment4SubCreateRequest.ContactInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
超级管理员需在开户后进行签约,并接收日常重要管理信息和进行资金操作,请确定其为商户法定代表人或负责人。
- WxPayApplyment4SubCreateRequest.SettlementInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
结算规则
- WxPayApplyment4SubCreateRequest.SubjectInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
主体资料
- WxPayApplyment4SubCreateRequest.SubjectInfo.BusinessLicenseInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplyment4SubCreateRequest.SubjectInfo.CertificateInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplyment4SubCreateRequest.SubjectInfo.IdentityInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplyment4SubCreateRequest.SubjectInfo.IdentityInfo.IdCardInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplyment4SubCreateRequest.SubjectInfo.IdentityInfo.IdDocInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplyment4SubCreateRequest.SubjectInfo.OrganizationInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplyment4SubCreateRequest.SubjectInfo.UboInfo - com.github.binarywang.wxpay.bean.applyment中的类
-
- WxPayApplymentCreateResult - com.github.binarywang.wxpay.bean.applyment中的类
-
特约商户进件 提交申请结果响应
- WxPayApplymentCreateResult() - 类 的构造器com.github.binarywang.wxpay.bean.applyment.WxPayApplymentCreateResult
-
- WxPayAppOrderResult - com.github.binarywang.wxpay.bean.order中的类
-
APP支付调用统一下单接口后的组装所需参数的实现类
参考 https://pay.weixin.qq.com/wiki/doc/api/app/app.php?
- WxPayAppOrderResult() - 类 的构造器com.github.binarywang.wxpay.bean.order.WxPayAppOrderResult
-
- WxPayAuthcode2OpenidRequest - com.github.binarywang.wxpay.bean.request中的类
-
授权码查询openid接口请求对象类
Created by Binary Wang on 2017-3-27.
- WxPayAuthcode2OpenidRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayAuthcode2OpenidRequest
-
- WxPayAuthcode2OpenidResult - com.github.binarywang.wxpay.bean.result中的类
-
授权码查询openid接口请求结果类
Created by Binary Wang on 2017-3-27.
- WxPayAuthcode2OpenidResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayAuthcode2OpenidResult
-
- WxPayBillInfo - com.github.binarywang.wxpay.bean.result中的类
-
交易时间:2017-04-06 01:00:02 公众账号ID: 商户号: 子商户号:0 设备号:WEB 微信订单号: 商户订单号:2017040519091071873216 用户标识: 交易类型:NATIVE
交易状态:REFUND 付款银行:CFT 货币种类:CNY 总金额:0.00 企业红包金额:0.00 微信退款单号: 商户退款单号:20170406010000933 退款金额:0.01 企业红包退款金额:0.00
退款类型:ORIGINAL 退款状态:SUCCESS 商品名称: 商户数据包: 手续费:0.00000 费率 :0.60%
- WxPayBillInfo() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayBillInfo
-
- WxPayBillResult - com.github.binarywang.wxpay.bean.result中的类
-
微信对账单结果类.
- WxPayBillResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayBillResult
-
- WxPayCommonResult - com.github.binarywang.wxpay.bean.result中的类
-
微信支付结果仅包含有return 和result等相关信息的的属性类
Created by Binary Wang on 2017-01-09.
- WxPayCommonResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayCommonResult
-
- WxPayConfig - com.github.binarywang.wxpay.config中的类
-
微信支付配置
- WxPayConfig() - 类 的构造器com.github.binarywang.wxpay.config.WxPayConfig
-
- WxPayConstants - com.github.binarywang.wxpay.constant中的类
-
微信支付常量类
Created by Binary Wang on 2017-8-24.
- WxPayConstants() - 类 的构造器com.github.binarywang.wxpay.constant.WxPayConstants
-
- WxPayConstants.AccountType - com.github.binarywang.wxpay.constant中的类
-
账户类型
- WxPayConstants.BillType - com.github.binarywang.wxpay.constant中的类
-
账单类型.
- WxPayConstants.CheckNameOption - com.github.binarywang.wxpay.constant中的类
-
校验用户姓名选项,企业付款时使用.
- WxPayConstants.LimitPay - com.github.binarywang.wxpay.constant中的类
-
限定支付方式.
- WxPayConstants.ReceiverType - com.github.binarywang.wxpay.constant中的类
-
- WxPayConstants.RefundAccountSource - com.github.binarywang.wxpay.constant中的类
-
退款资金来源.
- WxPayConstants.RefundChannel - com.github.binarywang.wxpay.constant中的类
-
退款渠道.
- WxPayConstants.RefundStatus - com.github.binarywang.wxpay.constant中的类
-
退款状态.
- WxPayConstants.ResultCode - com.github.binarywang.wxpay.constant中的类
-
业务结果代码.
- WxPayConstants.SignType - com.github.binarywang.wxpay.constant中的类
-
签名类型.
- WxPayConstants.TarType - com.github.binarywang.wxpay.constant中的类
-
压缩账单的类型.
- WxPayConstants.TradeType - com.github.binarywang.wxpay.constant中的类
-
交易类型.
- WxPayConstants.TradeType.Specific<R> - com.github.binarywang.wxpay.constant中的类
-
- WxPayConstants.WxpayTradeStatus - com.github.binarywang.wxpay.constant中的类
-
交易状态.
- WxPayCouponInfoQueryRequest - com.github.binarywang.wxpay.bean.coupon中的类
-
查询代金券信息请求对象类
Created by Binary Wang on 2017-7-15.
- WxPayCouponInfoQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.coupon.WxPayCouponInfoQueryRequest
-
- WxPayCouponInfoQueryResult - com.github.binarywang.wxpay.bean.coupon中的类
-
查询代金券信息响应结果类
Created by Binary Wang on 2017-7-15.
- WxPayCouponInfoQueryResult() - 类 的构造器com.github.binarywang.wxpay.bean.coupon.WxPayCouponInfoQueryResult
-
- WxPayCouponSendRequest - com.github.binarywang.wxpay.bean.coupon中的类
-
发送代金券请求对象类
Created by Binary Wang on 2017-7-15.
- WxPayCouponSendRequest() - 类 的构造器com.github.binarywang.wxpay.bean.coupon.WxPayCouponSendRequest
-
- WxPayCouponSendResult - com.github.binarywang.wxpay.bean.coupon中的类
-
发送代金券响应结果类
Created by Binary Wang on 2017-7-15.
- WxPayCouponSendResult() - 类 的构造器com.github.binarywang.wxpay.bean.coupon.WxPayCouponSendResult
-
- WxPayCouponStockQueryRequest - com.github.binarywang.wxpay.bean.coupon中的类
-
查询代金券批次请求对象类
Created by Binary Wang on 2017-7-15.
- WxPayCouponStockQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.coupon.WxPayCouponStockQueryRequest
-
- WxPayCouponStockQueryResult - com.github.binarywang.wxpay.bean.coupon中的类
-
查询代金券批次响应结果类.
- WxPayCouponStockQueryResult() - 类 的构造器com.github.binarywang.wxpay.bean.coupon.WxPayCouponStockQueryResult
-
- WxPayCredentials - com.github.binarywang.wxpay.v3.auth中的类
-
- WxPayCredentials(String, Signer) - 类 的构造器com.github.binarywang.wxpay.v3.auth.WxPayCredentials
-
- WxPayDefaultRequest - com.github.binarywang.wxpay.bean.request中的类
-
支付请求默认对象类
Created by BinaryWang on 2017/6/18.
- WxPayDefaultRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayDefaultRequest
-
- WxPayDownloadBillRequest - com.github.binarywang.wxpay.bean.request中的类
-
微信支付下载对账单请求参数类
Created by Binary Wang on 2017-01-11.
- WxPayDownloadBillRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayDownloadBillRequest
-
- WxPayDownloadFundFlowRequest - com.github.binarywang.wxpay.bean.request中的类
-
微信支付下载资金账单请求参数类
Created by cwivan on 2018-08-02.
- WxPayDownloadFundFlowRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayDownloadFundFlowRequest
-
- WxPayErrorCode - com.github.binarywang.wxpay.constant中的类
-
微信支付错误码
Created by Binary Wang on 2018/11/18.
- WxPayErrorCode() - 类 的构造器com.github.binarywang.wxpay.constant.WxPayErrorCode
-
- WxPayErrorCode.DownloadBill - com.github.binarywang.wxpay.constant中的类
-
下载对账单.
- WxPayErrorCode.OrderClose - com.github.binarywang.wxpay.constant中的类
-
关闭订单.
- WxPayErrorCode.Refund - com.github.binarywang.wxpay.constant中的类
-
退款申请.
- WxPayErrorCode.RefundQuery - com.github.binarywang.wxpay.constant中的类
-
退款查询.
- WxPayErrorCode.UnifiedOrder - com.github.binarywang.wxpay.constant中的类
-
统一下单接口的错误码.
- WxPayException - com.github.binarywang.wxpay.exception中的异常错误
-
微信支付异常结果类
Created by Binary Wang on 2017-6-6.
- WxPayException(String) - 异常错误 的构造器com.github.binarywang.wxpay.exception.WxPayException
-
Instantiates a new Wx pay exception.
- WxPayException(String, Throwable) - 异常错误 的构造器com.github.binarywang.wxpay.exception.WxPayException
-
Instantiates a new Wx pay exception.
- WxPayException.Builder - com.github.binarywang.wxpay.exception中的类
-
The type Builder.
- WxPayFaceAuthInfoRequest - com.github.binarywang.wxpay.bean.request中的类
-
获取微信刷脸调用凭证请求对象类
详见文档:https://pay.weixin.qq.com/wiki/doc/wxfacepay/develop/sdk-android.html#获取数据-getwxpayfacerawdata
Created by Jmdhappy on 2019-09-04.
- WxPayFaceAuthInfoRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayFaceAuthInfoRequest
-
- WxPayFaceAuthInfoResult - com.github.binarywang.wxpay.bean.result中的类
-
获取微信刷脸调用凭证返回结果.
- WxPayFaceAuthInfoResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayFaceAuthInfoResult
-
- WxPayFacepayRequest - com.github.binarywang.wxpay.bean.request中的类
-
提交刷脸支付请求对象类
详见文档:微信人脸支付商户开发文档
Created by Jmdhappy on 2019-09-05.
- WxPayFacepayRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayFacepayRequest
-
- WxPayFacepayResult - com.github.binarywang.wxpay.bean.result中的类
-
提交书刷脸支付接口响应结果对象类
Created by Jmdhappy on 2019-09-05.
- WxPayFacepayResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayFacepayResult
-
- WxPayFundFlowBaseResult - com.github.binarywang.wxpay.bean.result中的类
-
记账时间:2018-02-01 04:21:23 微信支付业务单号:50000305742018020103387128253 资金流水单号:1900009231201802015884652186 业务名称:退款
业务类型:退款 收支类型:支出 收支金额(元):0.02 账户结余(元):0.17 资金变更提交申请人:system 备注:缺货 业务凭证号:REF4200000068201801293084726067
- WxPayFundFlowBaseResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayFundFlowBaseResult
-
- WxPayFundFlowResult - com.github.binarywang.wxpay.bean.result中的类
-
下载资金账单接口响应结果对象类
Created by cwivan on 2018-08-02.
- WxPayFundFlowResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayFundFlowResult
-
- WxPayMicropayRequest - com.github.binarywang.wxpay.bean.request中的类
-
提交付款码支付请求对象类
Created by Binary Wang on 2017-3-23.
- WxPayMicropayRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayMicropayRequest
-
- WxPayMicropayResult - com.github.binarywang.wxpay.bean.result中的类
-
提交刷卡支付接口响应结果对象类
Created by Binary Wang on 2017-3-23.
- WxPayMicropayResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayMicropayResult
-
- WxPayMpOrderResult - com.github.binarywang.wxpay.bean.order中的类
-
微信公众号支付进行统一下单后组装所需参数的类
文档地址:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?
- WxPayMpOrderResult() - 类 的构造器com.github.binarywang.wxpay.bean.order.WxPayMpOrderResult
-
- WxPayMwebOrderResult - com.github.binarywang.wxpay.bean.order中的类
-
微信H5支付统一下单后发起支付拼接所需参数实现类.
- WxPayMwebOrderResult() - 类 的构造器com.github.binarywang.wxpay.bean.order.WxPayMwebOrderResult
-
- WxPayNativeOrderResult - com.github.binarywang.wxpay.bean.order中的类
-
微信扫码支付统一下单后发起支付拼接所需参数实现类
Created by Binary Wang on 2017-9-1.
- WxPayNativeOrderResult() - 类 的构造器com.github.binarywang.wxpay.bean.order.WxPayNativeOrderResult
-
- WxPayNotifyResponse - com.github.binarywang.wxpay.bean.notify中的类
-
微信支付订单和退款的异步通知共用的响应类.
- WxPayNotifyResponse() - 类 的构造器com.github.binarywang.wxpay.bean.notify.WxPayNotifyResponse
-
- WxPayOrderCloseRequest - com.github.binarywang.wxpay.bean.request中的类
-
关闭订单请求对象类
Created by Binary Wang on 2016-10-27.
- WxPayOrderCloseRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayOrderCloseRequest
-
- WxPayOrderCloseResult - com.github.binarywang.wxpay.bean.result中的类
-
关闭订单结果对象类
Created by Binary Wang on 2016-10-27.
- WxPayOrderCloseResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayOrderCloseResult
-
- WxPayOrderNotifyCoupon - com.github.binarywang.wxpay.bean.notify中的类
-
支付异步通知代金券详细.
- WxPayOrderNotifyCoupon() - 类 的构造器com.github.binarywang.wxpay.bean.notify.WxPayOrderNotifyCoupon
-
- WxPayOrderNotifyResult - com.github.binarywang.wxpay.bean.notify中的类
-
支付结果通知.
- WxPayOrderNotifyResult() - 类 的构造器com.github.binarywang.wxpay.bean.notify.WxPayOrderNotifyResult
-
- WxPayOrderNotifyResultConverter - com.github.binarywang.wxpay.converter中的类
-
The type Wxpay order notify result converter.
- WxPayOrderNotifyResultConverter(Mapper, ReflectionProvider) - 类 的构造器com.github.binarywang.wxpay.converter.WxPayOrderNotifyResultConverter
-
Instantiates a new Wx pay order notify result converter.
- WxPayOrderQueryRequest - com.github.binarywang.wxpay.bean.request中的类
-
订单查询请求对象
Created by Binary Wang on 2016-10-24.
- WxPayOrderQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayOrderQueryRequest
-
- WxPayOrderQueryResult - com.github.binarywang.wxpay.bean.result中的类
-
查询订单 返回结果对象
Created by Binary Wang on 2016-10-24.
- WxPayOrderQueryResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayOrderQueryResult
-
- WxPayOrderQueryResult.Coupon - com.github.binarywang.wxpay.bean.result中的类
-
The type Coupon.
- WxPayOrderReverseRequest - com.github.binarywang.wxpay.bean.request中的类
-
撤销订单请求类
Created by Binary Wang on 2017-3-23.
- WxPayOrderReverseRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayOrderReverseRequest
-
- WxPayOrderReverseResult - com.github.binarywang.wxpay.bean.result中的类
-
撤销订单响应结果类
Created by Binary Wang on 2017-3-23.
- WxPayOrderReverseResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayOrderReverseResult
-
- WxPayQueryCommentRequest - com.github.binarywang.wxpay.bean.request中的类
-
拉取订单评价数据接口的请求参数封装类.
- WxPayQueryCommentRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayQueryCommentRequest
-
- WxPayQueryExchangeRateRequest - com.github.binarywang.wxpay.bean.request中的类
-
查询汇率请求.
- WxPayQueryExchangeRateRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayQueryExchangeRateRequest
-
- WxPayQueryExchangeRateResult - com.github.binarywang.wxpay.bean.result中的类
-
汇率查询响应.
- WxPayQueryExchangeRateResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayQueryExchangeRateResult
-
- WxPayRedpackQueryRequest - com.github.binarywang.wxpay.bean.request中的类
-
注释中各行对应含义:
字段名
字段
必填
示例值
类型
说明
Created by Binary Wang on 2016-11-28.
- WxPayRedpackQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayRedpackQueryRequest
-
- WxPayRedpackQueryResult - com.github.binarywang.wxpay.bean.result中的类
-
Created by Binary Wang on 2016-11-28.
- WxPayRedpackQueryResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayRedpackQueryResult
-
- WxPayRedpackQueryResult.RedpackInfo - com.github.binarywang.wxpay.bean.result中的类
-
The type Redpack info.
- WxPayRefundCouponInfo - com.github.binarywang.wxpay.bean.result中的类
-
退款代金券信息.
- WxPayRefundCouponInfo() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayRefundCouponInfo
-
- WxPayRefundNotifyResult - com.github.binarywang.wxpay.bean.notify中的类
-
退款结果通知对象.
- WxPayRefundNotifyResult() - 类 的构造器com.github.binarywang.wxpay.bean.notify.WxPayRefundNotifyResult
-
- WxPayRefundNotifyResult.ReqInfo - com.github.binarywang.wxpay.bean.notify中的类
-
加密信息字段解密后的内容.
- WxPayRefundPromotionDetail - com.github.binarywang.wxpay.bean.result中的类
-
营销详情 .
- WxPayRefundPromotionDetail() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayRefundPromotionDetail
-
- WxPayRefundPromotionDetail.GoodDetail - com.github.binarywang.wxpay.bean.result中的类
-
- WxPayRefundQueryRequest - com.github.binarywang.wxpay.bean.request中的类
-
Created by Binary Wang on 2016-11-24.
- WxPayRefundQueryRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayRefundQueryRequest
-
- WxPayRefundQueryResult - com.github.binarywang.wxpay.bean.result中的类
-
微信支付-退款查询返回结果
Created by Binary Wang on 2016-11-24.
- WxPayRefundQueryResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayRefundQueryResult
-
- WxPayRefundQueryResult.RefundRecord - com.github.binarywang.wxpay.bean.result中的类
-
The type Refund record.
- WxPayRefundRequest - com.github.binarywang.wxpay.bean.request中的类
-
微信支付-申请退款请求参数
Created by Binary Wang on 2016-10-08.
- WxPayRefundRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayRefundRequest
-
- WxPayRefundResult - com.github.binarywang.wxpay.bean.result中的类
-
微信支付-申请退款返回结果.
- WxPayRefundResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayRefundResult
-
- WxPayReportRequest - com.github.binarywang.wxpay.bean.request中的类
-
微信支付-交易保障请求参数
注释中各行每个字段描述对应如下:
字段名
变量名
是否必填
类型
示例值
描述
- WxPayReportRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayReportRequest
-
- WxPaySandboxSignKeyResult - com.github.binarywang.wxpay.bean.result中的类
-
Created by BinaryWang on 2017/6/18.
- WxPaySandboxSignKeyResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPaySandboxSignKeyResult
-
- WxPayScoreRequest - com.github.binarywang.wxpay.bean.payscore中的类
-
- WxPayScoreRequest() - 类 的构造器com.github.binarywang.wxpay.bean.payscore.WxPayScoreRequest
-
- WxPayScoreResult - com.github.binarywang.wxpay.bean.payscore中的类
-
- WxPayScoreResult() - 类 的构造器com.github.binarywang.wxpay.bean.payscore.WxPayScoreResult
-
- WxPayScoreResult.Collection - com.github.binarywang.wxpay.bean.payscore中的类
-
收款信息
- WxPaySendMiniProgramRedpackRequest - com.github.binarywang.wxpay.bean.request中的类
-
发送小程序红包请求参数对象.
- WxPaySendMiniProgramRedpackRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPaySendMiniProgramRedpackRequest
-
- WxPaySendMiniProgramRedpackResult - com.github.binarywang.wxpay.bean.result中的类
-
发送小程序红包的返回结果
- WxPaySendMiniProgramRedpackResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPaySendMiniProgramRedpackResult
-
- WxPaySendRedpackRequest - com.github.binarywang.wxpay.bean.request中的类
-
发送红包请求参数对象.
- WxPaySendRedpackRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPaySendRedpackRequest
-
- WxPaySendRedpackResult - com.github.binarywang.wxpay.bean.result中的类
-
向微信用户个人发现金红包返回结果
https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?
- WxPaySendRedpackResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPaySendRedpackResult
-
- WxPayService - com.github.binarywang.wxpay.service中的接口
-
微信支付相关接口.
- WxPayServiceApacheHttpImpl - com.github.binarywang.wxpay.service.impl中的类
-
微信支付请求实现类,apache httpclient实现.
- WxPayServiceApacheHttpImpl() - 类 的构造器com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
-
- WxPayServiceImpl - com.github.binarywang.wxpay.service.impl中的类
-
微信支付接口请求实现类,默认使用Apache HttpClient实现
Created by Binary Wang on 2017-7-8.
- WxPayServiceImpl() - 类 的构造器com.github.binarywang.wxpay.service.impl.WxPayServiceImpl
-
- WxPayServiceJoddHttpImpl - com.github.binarywang.wxpay.service.impl中的类
-
微信支付请求实现类,jodd-http实现.
- WxPayServiceJoddHttpImpl() - 类 的构造器com.github.binarywang.wxpay.service.impl.WxPayServiceJoddHttpImpl
-
- WxPayShorturlRequest - com.github.binarywang.wxpay.bean.request中的类
-
转换短链接请求对象类
Created by Binary Wang on 2017-3-27.
- WxPayShorturlRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayShorturlRequest
-
- WxPayShorturlResult - com.github.binarywang.wxpay.bean.result中的类
-
转换短链接结果对象类
Created by Binary Wang on 2017-3-27.
- WxPayShorturlResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayShorturlResult
-
- WxpayTradeStatus() - 类 的构造器com.github.binarywang.wxpay.constant.WxPayConstants.WxpayTradeStatus
-
- WxPayUnifiedOrderRequest - com.github.binarywang.wxpay.bean.request中的类
-
统一下单请求参数对象.
- WxPayUnifiedOrderRequest() - 类 的构造器com.github.binarywang.wxpay.bean.request.WxPayUnifiedOrderRequest
-
- WxPayUnifiedOrderResult - com.github.binarywang.wxpay.bean.result中的类
-
在发起微信支付前,需要调用统一下单接口,获取"预支付交易会话标识"返回的结果
统一下单(详见https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?
- WxPayUnifiedOrderResult() - 类 的构造器com.github.binarywang.wxpay.bean.result.WxPayUnifiedOrderResult
-
- WxPayV3HttpClientBuilder - com.github.binarywang.wxpay.v3中的类
-
- WxPayValidator - com.github.binarywang.wxpay.v3.auth中的类
-
- WxPayValidator(Verifier) - 类 的构造器com.github.binarywang.wxpay.v3.auth.WxPayValidator
-
- WxScanPayNotifyResult - com.github.binarywang.wxpay.bean.notify中的类
-
扫码支付通知回调类.
- WxScanPayNotifyResult() - 类 的构造器com.github.binarywang.wxpay.bean.notify.WxScanPayNotifyResult
-