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.
|
- package md
-
- type MeituanOrder struct {
- BusinessLine int `json:"businessLine"`
- OrderId string `json:"orderId"`
- PayTime int `json:"payTime"`
- PayPrice string `json:"payPrice"`
- UpdateTime int `json:"updateTime"`
- CommissionRate string `json:"commissionRate"`
- Profit string `json:"profit"`
- CpaProfit string `json:"cpaProfit"`
- Sid string `json:"sid"`
- ProductId string `json:"productId"`
- ProductName string `json:"productName"`
- OrderDetail interface{} `json:"orderDetail"`
- RefundPrice interface{} `json:"refundPrice"`
- RefundTime string `json:"refundTime"`
- RefundProfit string `json:"refundProfit"`
- CpaRefundProfit string `json:"cpaRefundProfit"`
- Status string `json:"status"`
- TradeType int `json:"tradeType"`
- ActId int `json:"actId"`
- Appkey string `json:"appkey"`
- SkuCount interface{} `json:"skuCount"`
- Platform int `json:"platform"`
- CityName interface{} `json:"cityName"`
- }
|