25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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"`
- }
|