jtexpress update create order
This commit is contained in:
parent
5257cd21bc
commit
844b01604a
|
@ -19,6 +19,7 @@ type EstimateFeeReq struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type CreateOrderReq struct {
|
type CreateOrderReq struct {
|
||||||
|
Eccompanyid string `json:"eccompanyid"`
|
||||||
Customerid string `json:"customerid"`
|
Customerid string `json:"customerid"`
|
||||||
Txlogisticid string `json:"txlogisticid"`
|
Txlogisticid string `json:"txlogisticid"`
|
||||||
Ordertype int `json:"ordertype"`
|
Ordertype int `json:"ordertype"`
|
||||||
|
|
Loading…
Reference in New Issue