소스 검색

#1003 修复微信支付红包查询接口在服务商模式下的签名问题

master
niuchang3 5 년 전
committed by Binary Wang
부모
커밋
e5b6324be8
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayRedpackQueryRequest.java

+ 5
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayRedpackQueryRequest.java 파일 보기

@@ -24,6 +24,11 @@ import lombok.*;
@AllArgsConstructor
@XStreamAlias("xml")
public class WxPayRedpackQueryRequest extends BaseWxPayRequest {

@Override
protected String[] getIgnoredParamsForSign() {
return new String[]{"sub_appid","sub_mch_id"};
}
/**
* 商户订单号
* mch_billno


불러오는 중...
취소
저장