Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- package md
-
- type PlayletVideoOrder struct {
- Appid string `json:"appid"`
- OrderId string `json:"order_id"`
- SettleType string `json:"settle_type"`
- Price int `json:"price"`
- Title string `json:"title"`
- Status int `json:"status"`
- PayDate string `json:"pay_date"`
- RefundDate string `json:"refund_date"`
- SourceId string `json:"source_id"`
- SourceType string `json:"source_type"`
- MemberId string `json:"member_id"`
- Channel string `json:"channel"`
- }
- type PlayletAdvOrder struct {
- Appid string `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"`
- }
|