智盟项目
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.

28 lines
1.1 KiB

  1. package md
  2. type MeituanOrder struct {
  3. BusinessLine int `json:"businessLine"`
  4. OrderId string `json:"orderId"`
  5. PayTime int `json:"payTime"`
  6. PayPrice string `json:"payPrice"`
  7. UpdateTime int `json:"updateTime"`
  8. CommissionRate string `json:"commissionRate"`
  9. Profit string `json:"profit"`
  10. CpaProfit string `json:"cpaProfit"`
  11. Sid string `json:"sid"`
  12. ProductId string `json:"productId"`
  13. ProductName string `json:"productName"`
  14. OrderDetail interface{} `json:"orderDetail"`
  15. RefundPrice interface{} `json:"refundPrice"`
  16. RefundTime string `json:"refundTime"`
  17. RefundProfit string `json:"refundProfit"`
  18. CpaRefundProfit string `json:"cpaRefundProfit"`
  19. Status string `json:"status"`
  20. TradeType int `json:"tradeType"`
  21. ActId int `json:"actId"`
  22. Appkey string `json:"appkey"`
  23. SkuCount interface{} `json:"skuCount"`
  24. Platform int `json:"platform"`
  25. CityName interface{} `json:"cityName"`
  26. }