- autonavi api added.
- other refactor.
This commit is contained in:
@@ -129,6 +129,16 @@ type CreateOrderByShopParam struct {
|
||||
OrderType int `json:"order_type"`
|
||||
}
|
||||
|
||||
type GoodsItem struct {
|
||||
GoodCount int `json:"goodCount"`
|
||||
GoodName string `json:"goodName"`
|
||||
GoodPrice float64 `json:"goodPrice"`
|
||||
GoodUnit string `json:"goodUnit"`
|
||||
}
|
||||
type GoodsDetail struct {
|
||||
Goods []*GoodsItem `json:"goods"`
|
||||
}
|
||||
|
||||
type API struct {
|
||||
appKey string
|
||||
secret string
|
||||
|
||||
Reference in New Issue
Block a user