|
|
@@ -12,8 +12,9 @@ type HdkReal struct { |
|
|
|
Starttime interface{} `json:"starttime"` |
|
|
|
Endtime string `json:"endtime"` |
|
|
|
List []struct { |
|
|
|
Content string `json:"content,omitempty"` |
|
|
|
ItemId string `json:"item_id,omitempty"` |
|
|
|
Content string `json:"content,omitempty"` |
|
|
|
ItemId string `json:"item_id,omitempty"` |
|
|
|
CouponUrl string `json:"coupon_url,omitempty"` |
|
|
|
} `json:"list"` |
|
|
|
} |
|
|
|
|
|
|
|