Skip to content

Commit

Permalink
🐛 #2693【企业微信】修复发送企业红包签名错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
u3breeze authored Jun 14, 2022
1 parent bb8c82d commit d390c5d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ protected boolean isWxWorkSign() {
return true;
}

@Override
protected String[] getIgnoredParamsForSign() {
return new String[]{"sign_type"};
}

@Override
protected void storeMap(Map<String, String> map) {
map.put("mch_billno", mchBillNo);
Expand Down

0 comments on commit d390c5d

Please sign in to comment.