Skip to content

Commit

Permalink
#584 修复企业付款queryEntPay签名失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 18, 2018
1 parent f796bfd commit ad2a5d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ public String toString() {
return ToStringUtils.toSimpleString(this);
}

@Override
protected boolean ignoreSignType() {
return true;
}
}

0 comments on commit ad2a5d3

Please sign in to comment.