File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed 
weixin-java-open/src/main/java/me/chanjar/weixin/open/bean 
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -58,4 +58,22 @@ public class WxOpenMaCodeTemplate implements Serializable {
5858 */ 
5959 @ SerializedName (value  = "sourceMiniProgram" , alternate  = "source_miniprogram" )
6060 private  String  sourceMiniProgram ;
61+ 
62+  /** 
63+  * 标准模板的场景标签;普通模板不返回该值 
64+  */ 
65+  @ SerializedName (value  = "auditScene" , alternate  = "audit_scene" )
66+  private  Integer  auditScene ;
67+ 
68+  /** 
69+  * 标准模板的审核状态;普通模板不返回该值 
70+  */ 
71+  @ SerializedName (value  = "auditStatus" , alternate  = "audit_status" )
72+  private  Integer  auditStatus ;
73+ 
74+  /** 
75+  * 标准模板的审核驳回的原因,;普通模板不返回该值 
76+  */ 
77+  @ SerializedName (value  = "reason" )
78+  private  String  reason ;
6179}
Original file line number Diff line number Diff line change @@ -228,7 +228,8 @@ protected void loadXml(Document d) {
228228 @ Builder (builderMethodName  = "newBuilder" )
229229 @ NoArgsConstructor 
230230 @ AllArgsConstructor 
231-  public  static  class  RefundRecord  {
231+  public  static  class  RefundRecord  implements  Serializable  {
232+  private  static  final  long  serialVersionUID =1L ;
232233 /** 
233234 * <pre> 
234235 * 字段名:商户退款单号. 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments