aa
This commit is contained in:
@@ -240,7 +240,7 @@ type CreateShopCategoryParam struct {
|
|||||||
//京东商城创建或修改店内分类
|
//京东商城创建或修改店内分类
|
||||||
//https://seller.shop.jd.com/vendershop/vendershop_shopCategory.action#
|
//https://seller.shop.jd.com/vendershop/vendershop_shopCategory.action#
|
||||||
func (a *API) CreateShopCategory(createShopCategoryParam []*CreateShopCategoryParam) (status int64, err error) {
|
func (a *API) CreateShopCategory(createShopCategoryParam []*CreateShopCategoryParam) (status int64, err error) {
|
||||||
data, _ := json.Marshal(createShopCategoryParam)
|
data, _ := json.MarshalIndent(createShopCategoryParam, "", "")
|
||||||
result, err := a.AccessStorePage(categoryURL, map[string]interface{}{
|
result, err := a.AccessStorePage(categoryURL, map[string]interface{}{
|
||||||
"categoryJson": string(data),
|
"categoryJson": string(data),
|
||||||
}, true)
|
}, true)
|
||||||
|
|||||||
Reference in New Issue
Block a user