1
This commit is contained in:
@@ -68,6 +68,7 @@ func (a *API) AddStoreCategoryInfo(param *request.AlibabaWdkSkuCategoryAddReques
|
|||||||
|
|
||||||
// DeleteStoreCategoryInfo 删除门店分类
|
// DeleteStoreCategoryInfo 删除门店分类
|
||||||
func (a *API) DeleteStoreCategoryInfo(param *request.AlibabaWdkSkuCategoryDeleteRequest) error {
|
func (a *API) DeleteStoreCategoryInfo(param *request.AlibabaWdkSkuCategoryDeleteRequest) error {
|
||||||
|
return fmt.Errorf("暂不支持删除分类")
|
||||||
//globals.SugarLogger.Debugf("进入 DeleteStoreCategoryInfo")
|
//globals.SugarLogger.Debugf("进入 DeleteStoreCategoryInfo")
|
||||||
storeCategory := ability587.NewAbility587(&a.client)
|
storeCategory := ability587.NewAbility587(&a.client)
|
||||||
resp, _ := storeCategory.AlibabaWdkSkuCategoryDelete(param, a.token)
|
resp, _ := storeCategory.AlibabaWdkSkuCategoryDelete(param, a.token)
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import (
|
|||||||
|
|
||||||
// 上传图片
|
// 上传图片
|
||||||
func TestUploadImg(t *testing.T) {
|
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) {
|
func TestAddStoreSku(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user