mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 12:47:46 +08:00
🎨 修复一个字段类型错误问题
This commit is contained in:
parent
537a9332c0
commit
6f57d4a522
@ -314,8 +314,8 @@ public class FavorStocksCreateRequest implements Serializable {
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public static class PatternInfo implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 字段名:使用说明
|
||||
@ -391,14 +391,14 @@ public class FavorStocksCreateRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "coupon_image")
|
||||
private Boolean couponImage;
|
||||
private String couponImage;
|
||||
}
|
||||
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public static class CouponUseRule implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 字段名:券生效时间
|
||||
|
Loading…
Reference in New Issue
Block a user