This commit is contained in:
苏尹岚
2021-02-18 15:46:06 +08:00
parent 5dd4dbbd1e
commit 04515ac205
3 changed files with 12 additions and 6 deletions

View File

@@ -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