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 83201d37af - Show all commits

View File

@ -7,6 +7,7 @@ type EstimateFeeLocation struct {
}
type EstimateFeeReq struct {
Cusname string `json:"cusname"` // = customerid
SelfAddress int `json:"selfAddress"`
ProductType string `json:"producttype"`
GoodsValue string `json:"goodsvalue"`