智盟项目
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

31 satır
980 B

  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. }