Skip to content

Commit 6f57d4a

Browse files
committed
🎨 修复一个字段类型错误问题
1 parent 537a933 commit 6f57d4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorStocksCreateRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
* 字段名:券生效时间

0 commit comments

Comments
 (0)