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 didi
-
- type DidiOrder struct {
- ActivityId int64 `json:"activity_id"`
- CpaProfit int `json:"cpa_profit"`
- CpaType string `json:"cpa_type"`
- CpsProfit int `json:"cps_profit"`
- FailReason string `json:"fail_reason"`
- IsRisk int `json:"is_risk"`
- OpenUid string `json:"open_uid"`
- OrderId string `json:"order_id"`
- OrderStatus int `json:"order_status"`
- PayPrice int `json:"pay_price"`
- PayTime int `json:"pay_time"`
- ProductId int `json:"product_id"`
- PromotionId int64 `json:"promotion_id"`
- RefundPrice int `json:"refund_price"`
- RefundTime int `json:"refund_time"`
- SourceId string `json:"source_id"`
- Status int `json:"status"`
- Title string `json:"title"`
- }
|