master #14
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue