feat(jnt): update create order response #18

Merged
sinhluu merged 1 commits from jnt-update-response into master 2024-04-15 03:50:25 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ac8aa89d70 - Show all commits

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 {