public class WxPayServiceJoddHttpImpl extends BaseWxPayServiceImpl
configMap| 构造器和说明 |
|---|
WxPayServiceJoddHttpImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
deleteV3(String url)
发送delete V3请求,得到响应字符串.
|
InputStream |
downloadV3(String url)
发送下载 V3请求,得到响应流.
|
String |
getV3(String url)
发送get V3请求,得到响应字符串.
|
String |
getV3WithWechatPaySerial(String url)
发送get请求,得到响应字符串.
|
String |
patchV3(String url,
String requestStr)
发送patch请求,得到响应字符串.
|
String |
post(String url,
String requestStr,
boolean useKey)
发送post请求,得到响应字符串.
|
byte[] |
postForBytes(String url,
String requestStr,
boolean useKey)
发送post请求,得到响应字节数组.
|
String |
postV3(String url,
org.apache.http.client.methods.HttpPost httpPost)
发送post请求,得到响应字符串.
|
String |
postV3(String url,
String requestStr)
发送post请求,得到响应字符串.
|
String |
postV3WithWechatpaySerial(String url,
String requestStr)
发送post请求,得到响应字符串.
|
String |
putV3(String url,
String requestStr)
发送put V3请求,得到响应字符串.
|
String |
requestV3(String url,
org.apache.http.client.methods.HttpRequestBase httpRequest)
发送http请求,得到响应字符串.
|
addConfig, applyFundFlowBill, applyTradeBill, authcode2Openid, authcode2Openid, baseParseOrderNotifyV3Result, closeCombine, closeOrder, closeOrder, closeOrderV3, closeOrderV3, closePartnerOrderV3, closePartnerOrderV3, codepay, combine, combineTransactions, createOrder, createOrder, createOrderV3, createPartnerOrderV3, createScanPayQrcodeMode1, createScanPayQrcodeMode1, createScanPayQrcodeMode2, downloadBill, downloadBill, downloadBill, downloadFundFlow, downloadFundFlow, downloadRawBill, downloadRawBill, facepay, getBankService, getComplaintsService, getConfig, getPayBaseUrl, getPayInfo, getSandboxSignKey, getTransferService, getWxApiData, getWxPayFaceAuthInfo, micropay, parseCombineNotifyResult, parseComplaintNotifyResult, parseOrderNotifyResult, parseOrderNotifyResult, parseOrderNotifyV3Result, parsePartnerOrderNotifyV3Result, parsePartnerRefundNotifyV3Result, parseRefundNotifyResult, parseRefundNotifyV3Result, parseScanPayNotifyResult, parseScanPayNotifyResult, parseTransferBatchesNotifyV3Result, queryCombine, queryComment, queryComment, queryCouponInfo, queryCouponStock, queryExchangeRate, queryOrder, queryOrder, queryOrderV3, queryOrderV3, queryPartnerOrderV3, queryPartnerOrderV3, refund, refundPartnerQueryV3, refundQuery, refundQuery, refundQueryV2, refundQueryV3, refundQueryV3, refundV2, refundV3, removeConfig, report, reverseOrder, reverseOrderV3, reverseOrderV3, sendCoupon, setConfig, setMultiConfig, setMultiConfig, shorturl, shorturl, switchover, switchoverTo, unifiedOrder, unifiedOrderV3, unifiedPartnerOrderV3clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBrandMerchantTransferService, getBusinessCircleService, getEcommerceService, getEntPayService, getMarketingBusiFavorService, getMarketingFavorService, getMarketingMediaService, getMerchantMediaService, getMerchantTransferService, getPartnerPayScoreService, getPartnerPayScoreSignPlanService, getPartnerTransferService, getPayrollService, getPayScoreService, getProfitSharingService, getRedpackService, getWxEntrustPapService, setEntPayServicepublic byte[] postForBytes(String url, String requestStr, boolean useKey) throws WxPayException
WxPayServiceurl - 请求地址requestStr - 请求信息useKey - 是否使用证书WxPayException - the wx pay exceptionpublic String post(String url, String requestStr, boolean useKey) throws WxPayException
WxPayServiceurl - 请求地址requestStr - 请求信息useKey - 是否使用证书WxPayException - the wx pay exceptionpublic String postV3(String url, String requestStr) throws WxPayException
WxPayServiceurl - 请求地址requestStr - 请求信息WxPayException - the wx pay exceptionpublic String patchV3(String url, String requestStr) throws WxPayException
WxPayServiceurl - 请求地址requestStr - 请求信息WxPayException - the wx pay exceptionpublic String postV3WithWechatpaySerial(String url, String requestStr) throws WxPayException
WxPayService部分字段会包含敏感信息,所以在提交前需要在请求头中会包含"Wechatpay-Serial"信息
url - 请求地址requestStr - 请求信息WxPayException - the wx pay exceptionpublic String postV3(String url, org.apache.http.client.methods.HttpPost httpPost) throws WxPayException
WxPayServiceurl - 请求地址httpPost - 请求信息WxPayException - the wx pay exceptionpublic String requestV3(String url, org.apache.http.client.methods.HttpRequestBase httpRequest) throws WxPayException
WxPayServiceurl - 请求地址httpRequest - 请求信息,可以是put,post,get,delete等请求WxPayException - the wx pay exceptionpublic String getV3(String url) throws WxPayException
WxPayServiceurl - 请求地址WxPayException - the wx pay exceptionpublic String getV3WithWechatPaySerial(String url) throws WxPayException
WxPayService部分字段会包含敏感信息,所以在提交前需要在请求头中会包含"Wechatpay-Serial"信息
url - 请求地址WxPayException - the wx pay exceptionpublic InputStream downloadV3(String url) throws WxPayException
WxPayServiceurl - 请求地址WxPayException - the wx pay exceptionpublic String putV3(String url, String requestStr) throws WxPayException
WxPayServiceurl - 请求地址requestStr - 请求数据WxPayException - the wx pay exceptionpublic String deleteV3(String url) throws WxPayException
WxPayServiceurl - 请求地址WxPayException - the wx pay exceptionCopyright © 2024. All rights reserved.