jtexpress #13

Merged
sinhluu merged 9 commits from jtexpress into master 2023-10-25 02:19:51 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 844b01604a - Show all commits

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"`