京东商城新增分类
This commit is contained in:
@@ -41,13 +41,13 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{})
|
||||
}
|
||||
|
||||
type CreateShopCategoryParam struct {
|
||||
HomeShow int `json:"homeShow"`
|
||||
ID int `json:"id"`
|
||||
HomeShow string `json:"homeShow"`
|
||||
ID string `json:"id"`
|
||||
Open string `json:"open"`
|
||||
OrderNo int `json:"orderNo"`
|
||||
OrderNo string `json:"orderNo"`
|
||||
ParentID string `json:"parentId"`
|
||||
Title string `json:"title"`
|
||||
Type int `json:"type"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
||||
//京东商城创建或修改店内分类
|
||||
|
||||
Reference in New Issue
Block a user