This commit is contained in:
邹宗楠
2023-08-08 11:36:40 +08:00
parent 6ad1a24cef
commit 7bcf02f96f
2 changed files with 2 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ func (a *API) AddStoreCategoryInfo(param *request.AlibabaWdkSkuCategoryAddReques
// DeleteStoreCategoryInfo 删除门店分类
func (a *API) DeleteStoreCategoryInfo(param *request.AlibabaWdkSkuCategoryDeleteRequest) error {
return fmt.Errorf("暂不支持删除分类")
//globals.SugarLogger.Debugf("进入 DeleteStoreCategoryInfo")
storeCategory := ability587.NewAbility587(&a.client)
resp, _ := storeCategory.AlibabaWdkSkuCategoryDelete(param, a.token)

View File

@@ -18,7 +18,7 @@ import (
// 上传图片
func TestUploadImg(t *testing.T) {
uploadImg(apiTao, []string{"http://img20.360buyimg.com/vc/jfs/t2473/147/1629369634/4242813/e73adcd0/566a65f3N8aa04ec1.jpg"})
uploadImg(apiTao, []string{"http://img20.360buyimg.com/vc/jfs/t2473/147/1629369634/4242813/e73adcd0/566a65f3N8aa04ec1.jpg,http://img20.360buyimg.com/vc/jfs/t1/109293/32/7166/234234/5e576c17E8e493056/cd6b8ba6db7f1522.png"})
}
func TestAddStoreSku(t *testing.T) {