We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
电子发票入口开放标识 | receipt | 否 | String(8) | Y | Y,传入Y时,支付成功消息和支付详情页将出现开票入口。需要在微信支付商户平台或微信公众平台开通电子发票功能,传此字段才可生效
com.github.binarywang.wxpay.bean.request.WxPayMicropayRequest
/**
**/ @required @XStreamAlias("receipt") private String receipt; 如果不传支付时会报 com.github.binarywang.wxpay.exception.WxPayException: 必填字段 [receipt] 必须提供值
将注解@required去掉就OK,要么默认设置 为"N"
The text was updated successfully, but these errors were encountered:
稍后进行修复
Sorry, something went wrong.
🐛 #1445 付款码支付请求参数里的receipt修改为非必传
83d1b93
3.7.3.B 版本已修复,欢迎使用新版本
No branches or pull requests
电子发票入口开放标识 | receipt | 否 | String(8) | Y | Y,传入Y时,支付成功消息和支付详情页将出现开票入口。需要在微信支付商户平台或微信公众平台开通电子发票功能,传此字段才可生效
com.github.binarywang.wxpay.bean.request.WxPayMicropayRequest
/**
**/
@required
@XStreamAlias("receipt")
private String receipt;
如果不传支付时会报
com.github.binarywang.wxpay.exception.WxPayException: 必填字段 [receipt] 必须提供值
将注解@required去掉就OK,要么默认设置 为"N"
The text was updated successfully, but these errors were encountered: