智盟项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

playlet_order.go 980 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
123456789101112131415161718192021222324252627282930
  1. package md
  2. type PlayletVideoOrder struct {
  3. Appid string `json:"appid"`
  4. OrderId string `json:"order_id"`
  5. SettleType string `json:"settle_type"`
  6. Price int `json:"price"`
  7. Title string `json:"title"`
  8. Status int `json:"status"`
  9. PayDate string `json:"pay_date"`
  10. RefundDate string `json:"refund_date"`
  11. SourceId string `json:"source_id"`
  12. SourceType string `json:"source_type"`
  13. MemberId string `json:"member_id"`
  14. Channel string `json:"channel"`
  15. }
  16. type PlayletAdvOrder struct {
  17. Appid string `json:"appid"`
  18. Channel string `json:"channel"`
  19. CreatedTime string `json:"created_time"`
  20. Price int `json:"price"`
  21. PointPv int `json:"point_pv"`
  22. PointUv int `json:"point_uv"`
  23. FinishPv int `json:"finish_pv"`
  24. FinishUv int `json:"finish_uv"`
  25. SourceId string `json:"source_id"`
  26. Title string `json:"title"`
  27. SourceType string `json:"source_type"`
  28. SettleType string `json:"settle_type"`
  29. }