🎨 【微信支付】修改退款结果类,实现序列化,解决rpc调用报错;【开放平台】代码模板添加审核相关字段

This commit is contained in:
四叶草 2023-02-18 14:57:17 +00:00 committed by binarywang
parent 59074bae86
commit 26057b0844
2 changed files with 20 additions and 1 deletions

View File

@ -58,4 +58,22 @@ public class WxOpenMaCodeTemplate implements Serializable {
*/
@SerializedName(value = "sourceMiniProgram", alternate = "source_miniprogram")
private String sourceMiniProgram;
/**
* 标准模板的场景标签普通模板不返回该值
*/
@SerializedName(value = "auditScene", alternate = "audit_scene")
private Integer auditScene;
/**
* 标准模板的审核状态普通模板不返回该值
*/
@SerializedName(value = "auditStatus", alternate = "audit_status")
private Integer auditStatus;
/**
* 标准模板的审核驳回的原因普通模板不返回该值
*/
@SerializedName(value = "reason")
private String reason;
}

View File

@ -228,7 +228,8 @@ public class WxPayRefundQueryResult extends BaseWxPayResult implements Serializa
@Builder(builderMethodName = "newBuilder")
@NoArgsConstructor
@AllArgsConstructor
public static class RefundRecord {
public static class RefundRecord implements Serializable {
private static final long serialVersionUID=1L;
/**
* <pre>
* 字段名商户退款单号.