File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -314,8 +314,8 @@ public static class StockUseRule implements Serializable {
314314 @ Data
315315 @ NoArgsConstructor
316316 public static class PatternInfo implements Serializable {
317-
318317 private static final long serialVersionUID = 1L ;
318+
319319 /**
320320 * <pre>
321321 * 字段名:使用说明
@@ -391,14 +391,14 @@ public static class PatternInfo implements Serializable {
391391 * </pre>
392392 */
393393 @ SerializedName (value = "coupon_image" )
394- private Boolean couponImage ;
394+ private String couponImage ;
395395 }
396396
397397 @ Data
398398 @ NoArgsConstructor
399399 public static class CouponUseRule implements Serializable {
400-
401400 private static final long serialVersionUID = 1L ;
401+
402402 /**
403403 * <pre>
404404 * 字段名:券生效时间
You can’t perform that action at this time.
0 commit comments