mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 #2422 【微信支付】修复企业付款给员工接口签名错误问题
This commit is contained in:
parent
e3fc624052
commit
7f11938799
@ -227,4 +227,9 @@ public class EntWxEmpPayRequest extends BaseWxPayRequest {
|
||||
map.put("approval_type", approvalType.toString());
|
||||
map.put("agentid", agentId.toString());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String[] getIgnoredParamsForSign() {
|
||||
return new String[]{"sign_type"};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user