Documentation
¶
Index ¶
- type AllCategoryInfo
- type Category
- type CreateStore
- type CreateStoreFromMap
- type DataPIO
- type Exter
- type Inner
- type Location
- type Qualify
- type ResponseStoreCategory
- type ResponseStoreCreate
- type ResponseStoreCreateFromMap
- type ResponseStoreDistrict
- type ResponseStoreGetStatus
- type ResponseStoreInfo
- type ResponseStoreList
- type ResponseStoreSearchMapPIO
- type ResponseStoreUpdate
- type Result
- type Store
- type UpdateStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllCategoryInfo ¶
type AllCategoryInfo struct {
Categories []*Category `json:"categories"`
}
type CreateStore ¶
type CreateStore struct {
AuditID int `json:"audit_id"`
}
type CreateStoreFromMap ¶
type ResponseStoreCategory ¶
type ResponseStoreCategory struct {
*response.ResponseOfficialAccount
Data Store `json:"data"`
}
type ResponseStoreCreate ¶
type ResponseStoreCreate struct {
*response.ResponseOfficialAccount
Data CreateStore `json:"data"`
}
type ResponseStoreCreateFromMap ¶
type ResponseStoreCreateFromMap struct {
*response.ResponseOfficialAccount
Error interface{} `json:"error"`
Data CreateStoreFromMap `json:"data"`
}
type ResponseStoreDistrict ¶
type ResponseStoreGetStatus ¶
type ResponseStoreGetStatus struct {
*response.ResponseOfficialAccount
FirstCatID int `json:"first_catid"`
SecondCatID int `json:"second_catid"`
QualificationList string `json:"qualification_list"`
HeadImgMediaID string `json:"headimg_mediaid"`
NickName string `json:"nickname"`
Intro string `json:"intro"`
OrgCode string `json:"org_code"`
OtherFiles string `json:"other_files"`
}
type ResponseStoreInfo ¶
type ResponseStoreInfo struct {
*response.ResponseOfficialAccount
Business response2.Business `json:"business"`
}
type ResponseStoreList ¶
type ResponseStoreList struct {
*response.ResponseOfficialAccount
BusinessList []*response2.Business `json:"business_list"`
TotalCount int `json:"total_count"`
}
type ResponseStoreSearchMapPIO ¶
type ResponseStoreSearchMapPIO struct {
*response.ResponseOfficialAccount
Data *DataPIO `json:"data"`
}
type ResponseStoreUpdate ¶
type ResponseStoreUpdate struct {
*response.ResponseOfficialAccount
Data UpdateStore `json:"data"`
}
type Store ¶
type Store struct {
AllCategoryInfo *AllCategoryInfo `json:"all_category_info"`
}
type UpdateStore ¶
Click to show internal directories.
Click to hide internal directories.