+ ebaiapi.PageShopInfo.MedicineQualification
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user