Skip to content

Commit

Permalink
🐛 #2422 【微信支付】修复企业付款给员工接口签名错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ifcute authored Dec 7, 2021
1 parent e3fc624 commit 7f11938
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,9 @@ protected void storeMap(Map<String, String> map) {
map.put("approval_type", approvalType.toString());
map.put("agentid", agentId.toString());
}

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

0 comments on commit 7f11938

Please sign in to comment.