Compare commits

..

No commits in common. "9fb4f0c6f3cf2b9b267b077c16195c749cbefbdd" and "d4915875e9d3970cef561a88509ee4fc10abc042" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ type CreateOrderItemRes struct {
Success string `json:"success"` Success string `json:"success"`
Transport string `json:"transport"` Transport string `json:"transport"`
Txlogisticid string `json:"txlogisticid"` Txlogisticid string `json:"txlogisticid"`
SortLine string `json:"sortLine"`
} }
type CancelOrderRes struct { type CancelOrderRes struct {