aa
This commit is contained in:
@@ -10,6 +10,12 @@ import (
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
const (
|
||||
MtwmSCTag = "13030000"
|
||||
MtwmC4Tag = "11010000"
|
||||
MtwmSGTag = "10010000"
|
||||
)
|
||||
|
||||
type PoiCategoryInfo struct {
|
||||
ID int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
@@ -204,7 +210,7 @@ type MultiPoiBasicInfo struct {
|
||||
Address string `json:"address"`
|
||||
Longitude string `json:"longitude"`
|
||||
Latitude string `json:"latitude"`
|
||||
FirstTag int `json:"first_tag"`
|
||||
FirstTag string `json:"first_tag"`
|
||||
CallCenter string `json:"call_center"`
|
||||
ContactName string `json:"contact_name"`
|
||||
ContactPhone string `json:"contact_phone"`
|
||||
@@ -234,7 +240,7 @@ type MultiPoiCertInfo struct {
|
||||
type MultiPoiShippingInfo struct {
|
||||
ShippingType int `json:"shipping_type"`
|
||||
MinPrice float64 `json:"min_price"`
|
||||
ShippingFee string `json:"shipping_fee"`
|
||||
ShippingFee float64 `json:"shipping_fee"`
|
||||
}
|
||||
|
||||
//https://open-shangou.meituan.com/home/docDetail/530
|
||||
|
||||
Reference in New Issue
Block a user