京东商城新增分类

This commit is contained in:
苏尹岚
2020-05-09 08:58:55 +08:00
parent 80d050b1c5
commit 9bf57342e8
4 changed files with 12 additions and 9 deletions

View File

@@ -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"`
}
//京东商城创建或修改店内分类