🐛 #2693【企业微信】修复发送企业红包签名错误的问题

This commit is contained in:
Will
2022-06-14 09:39:28 +08:00
committed by GitHub
parent bb8c82d25c
commit d390c5d9fe

View File

@ -148,6 +148,11 @@ public class EntPayRedpackRequest extends BaseWxPayRequest {
return true;
}
@Override
protected String[] getIgnoredParamsForSign() {
return new String[]{"sign_type"};
}
@Override
protected void storeMap(Map<String, String> map) {
map.put("mch_billno", mchBillNo);