|
@@ -29,7 +29,6 @@ type DealAgentAmount struct { |
|
|
Mid string `json:"mid"` |
|
|
Mid string `json:"mid"` |
|
|
Type int `json:"type"` |
|
|
Type int `json:"type"` |
|
|
Kind int `json:"kind"` |
|
|
Kind int `json:"kind"` |
|
|
Title string `json:"title"` |
|
|
|
|
|
OrdId string `json:"ord_id"` |
|
|
OrdId string `json:"ord_id"` |
|
|
AgentId int `json:"agent_id"` |
|
|
AgentId int `json:"agent_id"` |
|
|
Amount float64 `json:"amount"` |
|
|
Amount float64 `json:"amount"` |
|
|