mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-27 11:53:48 +08:00
🐛 #2693【企业微信】修复发送企业红包签名错误的问题
This commit is contained in:
@ -148,6 +148,11 @@ public class EntPayRedpackRequest extends BaseWxPayRequest {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected String[] getIgnoredParamsForSign() {
|
||||||
|
return new String[]{"sign_type"};
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void storeMap(Map<String, String> map) {
|
protected void storeMap(Map<String, String> map) {
|
||||||
map.put("mch_billno", mchBillNo);
|
map.put("mch_billno", mchBillNo);
|
||||||
|
|||||||
Reference in New Issue
Block a user