public class EcommerceServiceImpl extends Object implements EcommerceService
| 构造器和说明 |
|---|
EcommerceServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
combineTransactions(TradeTypeEnum tradeType,
CombineTransactionsRequest request)
合单下单-JS支付API.
|
ApplymentsResult |
createApply(ApplymentsRequest request)
二级商户进件API
接口地址: https://api.mch.weixin.qq.com/v3/ecommerce/applyments/
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/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
|
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/wxpay/ecommerce/applyments/chapter3_1.shtml
createApply 在接口中 EcommerceServicerequest - 请求对象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 在接口中 EcommerceServiceapplymentId - 申请单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 在接口中 EcommerceServiceoutRequestNo - 业务申请编号WxPayException - the wx pay exceptionpublic <T> T combineTransactions(TradeTypeEnum tradeType, CombineTransactionsRequest request) throws WxPayException
EcommerceService合单下单-JS支付API. 请求URL:https://api.mch.weixin.qq.com/v3/combine-transactions/jsapi 文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/combine/chapter3_2.shtml
combineTransactions 在接口中 EcommerceServicerequest - 请求对象WxPayExceptionCopyright © 2020. All rights reserved.