master #14

Merged
sinhluu merged 10 commits from master into develop 2023-10-25 02:20:12 +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"`