Compare commits

...

2 Commits

1 changed files with 1 additions and 0 deletions

View File

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