Compare commits

...

2 Commits

Author SHA1 Message Date
Sinh fef08db999 Merge branch 'jnt-update-response' into develop 2024-04-15 10:50:14 +07:00
Sinh ac8aa89d70 feat(jnt): update create order response 2024-04-15 10:50:04 +07:00
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 {