+ ebaiapi.PageShopInfo.MedicineQualification
This commit is contained in:
@@ -263,39 +263,44 @@ type PageShopInfo struct {
|
||||
Tag []interface{} `json:"tag"`
|
||||
Text string `json:"text"`
|
||||
} `json:"delivery_mode"`
|
||||
Description string `json:"description"`
|
||||
DisplayRefundLabel int `json:"display_refund_label"`
|
||||
Distance int `json:"distance"`
|
||||
EleBusinessState int `json:"ele_business_state"`
|
||||
EleID string `json:"ele_id"`
|
||||
FirstOpenTime *BussinessTimeInfo `json:"first_open_time"`
|
||||
HitGod int `json:"hit_god"`
|
||||
ImagePath string `json:"image_path"`
|
||||
IsColdChain int `json:"is_cold_chain"`
|
||||
IsDoubleTwelve int `json:"is_double_twelve"`
|
||||
IsMedicineShop int `json:"is_medicine_shop"`
|
||||
IsOwnTheme int `json:"is_own_theme"`
|
||||
Latitude float64 `json:"latitude"`
|
||||
Longitude float64 `json:"longitude"`
|
||||
MedicineQualification []interface{} `json:"medicine_qualification"`
|
||||
Name string `json:"name"`
|
||||
NewStyle bool `json:"new_style"`
|
||||
OTakoutCost int `json:"o_takout_cost"`
|
||||
OTakoutPrice int `json:"o_takout_price"`
|
||||
OrderLeadTime interface{} `json:"order_lead_time"`
|
||||
Phone string `json:"phone"`
|
||||
PromotionInfo string `json:"promotion_info"`
|
||||
Qualification string `json:"qualification"`
|
||||
RecentOrderNum int `json:"recent_order_num"`
|
||||
ShopID string `json:"shop_id"`
|
||||
ShopScore float64 `json:"shop_score"`
|
||||
ShopSourceFrom int `json:"shop_source_from"`
|
||||
SkuCount int `json:"sku_count"`
|
||||
TakeoutCost int `json:"takeout_cost"`
|
||||
TakeoutInvoice int `json:"takeout_invoice"`
|
||||
TakeoutInvoiceMinPrice string `json:"takeout_invoice_min_price"`
|
||||
TakeoutOpenTime string `json:"takeout_open_time"`
|
||||
TakeoutPrice int `json:"takeout_price"`
|
||||
Description string `json:"description"`
|
||||
DisplayRefundLabel int `json:"display_refund_label"`
|
||||
Distance int `json:"distance"`
|
||||
EleBusinessState int `json:"ele_business_state"`
|
||||
EleID string `json:"ele_id"`
|
||||
FirstOpenTime *BussinessTimeInfo `json:"first_open_time"`
|
||||
HitGod int `json:"hit_god"`
|
||||
ImagePath string `json:"image_path"`
|
||||
IsColdChain int `json:"is_cold_chain"`
|
||||
IsDoubleTwelve int `json:"is_double_twelve"`
|
||||
IsMedicineShop int `json:"is_medicine_shop"`
|
||||
IsOwnTheme int `json:"is_own_theme"`
|
||||
Latitude float64 `json:"latitude"`
|
||||
Longitude float64 `json:"longitude"`
|
||||
MedicineQualification []*struct {
|
||||
AptitudeName string `json:"aptitude_name"`
|
||||
AptitudePhoto []string `json:"aptitude_photo"`
|
||||
AptitudeType string `json:"aptitude_type"`
|
||||
LicenseNumber string `json:"license_number"`
|
||||
} `json:"medicine_qualification"`
|
||||
Name string `json:"name"`
|
||||
NewStyle bool `json:"new_style"`
|
||||
OTakoutCost int `json:"o_takout_cost"`
|
||||
OTakoutPrice int `json:"o_takout_price"`
|
||||
OrderLeadTime interface{} `json:"order_lead_time"`
|
||||
Phone string `json:"phone"`
|
||||
PromotionInfo string `json:"promotion_info"`
|
||||
Qualification string `json:"qualification"`
|
||||
RecentOrderNum int `json:"recent_order_num"`
|
||||
ShopID string `json:"shop_id"`
|
||||
ShopScore float64 `json:"shop_score"`
|
||||
ShopSourceFrom int `json:"shop_source_from"`
|
||||
SkuCount int `json:"sku_count"`
|
||||
TakeoutCost int `json:"takeout_cost"`
|
||||
TakeoutInvoice int `json:"takeout_invoice"`
|
||||
TakeoutInvoiceMinPrice string `json:"takeout_invoice_min_price"`
|
||||
TakeoutOpenTime string `json:"takeout_open_time"`
|
||||
TakeoutPrice int `json:"takeout_price"`
|
||||
}
|
||||
|
||||
func (a *API) AccessStorePage2(subURL string, params map[string]interface{}, isPost bool, cookies map[string]string) (retVal map[string]interface{}, err error) {
|
||||
|
||||
Reference in New Issue
Block a user