package md type PlayletVideoOrder struct { Appid int `json:"appid"` Channel string `json:"channel"` OrderId string `json:"order_id"` PayDate string `json:"pay_date"` Price int `json:"price"` RefundDate string `json:"refund_date"` SourceId string `json:"source_id"` Status int `json:"status"` Title string `json:"title"` SourceType string `json:"source_type"` SettleType string `json:"settle_type"` } type PlayletAdvOrder struct { Appid int `json:"appid"` Channel string `json:"channel"` CreatedTime string `json:"created_time"` Price int `json:"price"` PointPv int `json:"point_pv"` PointUv int `json:"point_uv"` FinishPv int `json:"finish_pv"` FinishUv int `json:"finish_uv"` SourceId string `json:"source_id"` Title string `json:"title"` SourceType string `json:"source_type"` SettleType string `json:"settle_type"` }