This commit is contained in:
邹宗楠
2023-03-01 14:03:05 +08:00
parent c4e33abf90
commit 274a127c31

View File

@@ -52,7 +52,7 @@ func GetTiktokImgListTest(api *API, storeId, appOrgCode string, detailImg string
}
func TestGetSkuBrand(t *testing.T) {
data, err := a.GetSkuBrand(28239, "多力/MIGHTY")
data, err := a.GetSkuBrand(23156, "娃哈哈")
globals.SugarLogger.Debugf("data ========= %v", data)
globals.SugarLogger.Debugf("data ========= %s", err)
}