mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-27 03:45:50 +08:00
🎨 #3574 【微信支付】修复商家券available_day_time字段定义错误
This commit is contained in:
@ -46,11 +46,11 @@ public class AvailableWeek implements Serializable {
|
|||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SerializedName(value = "available_day_time")
|
@SerializedName(value = "available_day_time")
|
||||||
private AvailableDayTime availableDayTime;
|
private AvailableDayTimeItem[] availableDayTime;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
public static class AvailableDayTime implements Serializable {
|
public static class AvailableDayTimeItem implements Serializable {
|
||||||
public static final float serialVersionUID = 1L;
|
public static final float serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user