Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

服务商版微信红包3.3.0BUG #1003

Closed
niuchang3 opened this issue Apr 15, 2019 · 2 comments
Closed

服务商版微信红包3.3.0BUG #1003

niuchang3 opened this issue Apr 15, 2019 · 2 comments

Comments

@niuchang3
Copy link

niuchang3 commented Apr 15, 2019

查询红包发送状态接口

WxPayRedpackQueryRequest.java

微信官网文档不包含该签名字段

解决方法:

  @Override
  protected String[] getIgnoredParamsForSign() {
    return new String[]{"sub_appid","sub_mch_id"};
  }
@binarywang
Copy link
Owner

感谢提出该问题,建议本地测试通过后直接提交PR,如果不方便就算了。

@niuchang3 niuchang3 mentioned this issue Apr 17, 2019
binarywang pushed a commit that referenced this issue Apr 18, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@binarywang
Copy link
Owner

3.3.9.B测试版本已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants