|
@@ -19,14 +19,15 @@ type CsjpOrder struct { |
|
|
Count int `json:"count"` |
|
|
Count int `json:"count"` |
|
|
Img string `json:"img"` |
|
|
Img string `json:"img"` |
|
|
} `json:"product_list"` |
|
|
} `json:"product_list"` |
|
|
MediaId int `json:"media_id"` |
|
|
|
|
|
AppId int `json:"app_id"` |
|
|
|
|
|
Pid string `json:"pid"` |
|
|
|
|
|
CommandExternalInfo string `json:"command_external_info"` |
|
|
|
|
|
CommissionRate int `json:"commission_rate"` |
|
|
|
|
|
CommissionAmount int `json:"commission_amount"` |
|
|
|
|
|
SettleFinish bool `json:"settle_finish"` |
|
|
|
|
|
SettleAmount int `json:"settle_amount"` |
|
|
|
|
|
|
|
|
SettleOrders interface{} `json:"settle_orders"` |
|
|
|
|
|
MediaId int `json:"media_id"` |
|
|
|
|
|
AppId int `json:"app_id"` |
|
|
|
|
|
Pid string `json:"pid"` |
|
|
|
|
|
CommandExternalInfo string `json:"command_external_info"` |
|
|
|
|
|
CommissionRate int `json:"commission_rate"` |
|
|
|
|
|
CommissionAmount int `json:"commission_amount"` |
|
|
|
|
|
SettleFinish bool `json:"settle_finish"` |
|
|
|
|
|
SettleAmount int `json:"settle_amount"` |
|
|
} |
|
|
} |
|
|
type CsjpProductList struct { |
|
|
type CsjpProductList struct { |
|
|
Id int64 `json:"id"` |
|
|
Id int64 `json:"id"` |
|
|