update jtexpress

This commit is contained in:
Sinh 2023-10-23 15:42:55 +07:00
parent 89d2f1c8fb
commit 83201d37af
1 changed files with 1 additions and 0 deletions

View File

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