jtexpress update create order

This commit is contained in:
Sinh 2023-10-13 10:42:03 +07:00
parent 5257cd21bc
commit 844b01604a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ type EstimateFeeReq struct {
}
type CreateOrderReq struct {
Eccompanyid string `json:"eccompanyid"`
Customerid string `json:"customerid"`
Txlogisticid string `json:"txlogisticid"`
Ordertype int `json:"ordertype"`