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 {
314
314
@ Data
315
315
@ NoArgsConstructor
316
316
public static class PatternInfo implements Serializable {
317
-
318
317
private static final long serialVersionUID = 1L ;
318
+
319
319
/**
320
320
* <pre>
321
321
* 字段名:使用说明
@@ -391,14 +391,14 @@ public static class PatternInfo implements Serializable {
391
391
* </pre>
392
392
*/
393
393
@ SerializedName (value = "coupon_image" )
394
- private Boolean couponImage ;
394
+ private String couponImage ;
395
395
}
396
396
397
397
@ Data
398
398
@ NoArgsConstructor
399
399
public static class CouponUseRule implements Serializable {
400
-
401
400
private static final long serialVersionUID = 1L ;
401
+
402
402
/**
403
403
* <pre>
404
404
* 字段名:券生效时间
You can’t perform that action at this time.
0 commit comments