Merge pull request 'feat(jnt): update create order response' (#18) from jnt-update-response into master
Reviewed-on: #18
This commit is contained in:
commit
9fb4f0c6f3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue