+ ebaiapi.PageShopInfo.MedicineQualification

This commit is contained in:
gazebo
2019-09-11 16:27:58 +08:00
parent e4fc1901b5
commit 6fb31375cb

View File

@@ -277,7 +277,12 @@ type PageShopInfo struct {
IsOwnTheme int `json:"is_own_theme"` IsOwnTheme int `json:"is_own_theme"`
Latitude float64 `json:"latitude"` Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"` Longitude float64 `json:"longitude"`
MedicineQualification []interface{} `json:"medicine_qualification"` 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"` Name string `json:"name"`
NewStyle bool `json:"new_style"` NewStyle bool `json:"new_style"`
OTakoutCost int `json:"o_takout_cost"` OTakoutCost int `json:"o_takout_cost"`