public class EntPayRedpackRequest extends BaseWxPayRequest
构造器和说明 |
---|
EntPayRedpackRequest() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
checkConstraints()
检查约束情况.
|
protected String[] |
getIgnoredParamsForSign()
签名时,忽略的参数.
|
protected boolean |
ignoreAppid()
签名时,是否忽略appid.
|
protected boolean |
ignoreSubAppId()
签名时,是否忽略sub_appid.
|
protected boolean |
ignoreSubMchId() |
protected boolean |
isWxWorkSign()
是否是企业微信字段
|
protected void |
storeMap(Map<String,String> map)
将属性组装到一个Map中,供签名和最终发送XML时使用.
|
checkAndSign, fen2Yuan, getSignParams, getWorkWxSign, needNonceStr, setAppid, setMchId, setNonceStr, setWorkWxSign, toString, toXML, xmlRootTagName, yuan2Fen, yuanToFen
protected void checkConstraints() throws WxPayException
BaseWxPayRequest
checkConstraints
在类中 BaseWxPayRequest
WxPayException
- the wx pay exceptionprotected boolean ignoreAppid()
BaseWxPayRequest
ignoreAppid
在类中 BaseWxPayRequest
protected boolean ignoreSubAppId()
BaseWxPayRequest
ignoreSubAppId
在类中 BaseWxPayRequest
protected boolean ignoreSubMchId()
ignoreSubMchId
在类中 BaseWxPayRequest
protected boolean isWxWorkSign()
BaseWxPayRequest
isWxWorkSign
在类中 BaseWxPayRequest
protected String[] getIgnoredParamsForSign()
BaseWxPayRequest
getIgnoredParamsForSign
在类中 BaseWxPayRequest
protected void storeMap(Map<String,String> map)
BaseWxPayRequest
storeMap
在类中 BaseWxPayRequest
map
- 传入的属性MapCopyright © 2023. All rights reserved.