Skip to content

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

@niuchang3

Description

@niuchang3

查询红包发送状态接口

WxPayRedpackQueryRequest.java

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

解决方法:

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions