Skip to content

Commit

Permalink
🐛 #1445 付款码支付请求参数里的receipt修改为非必传
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Mar 22, 2020
1 parent 5b934c0 commit 83d1b93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
@AllArgsConstructor
@XStreamAlias("xml")
public class WxPayMicropayRequest extends BaseWxPayRequest {
private static final long serialVersionUID = 100577773033376092L;

/**
* <pre>
* 字段名:设备号.
Expand Down Expand Up @@ -205,7 +207,6 @@ public class WxPayMicropayRequest extends BaseWxPayRequest {
* 描述:Y,传入Y时,支付成功消息和支付详情页将出现开票入口。需要在微信支付商户平台或微信公众平台开通电子发票功能,传此字段才可生效
* </pre>
**/
@Required
@XStreamAlias("receipt")
private String receipt;

Expand Down

0 comments on commit 83d1b93

Please sign in to comment.