This commit is contained in:
richboo111
2023-02-16 10:05:25 +08:00
6 changed files with 680 additions and 233 deletions

View File

@@ -1,6 +1,7 @@
package ebaiapi
import (
"fmt"
"testing"
"git.rosy.net.cn/baseapi/utils"
@@ -16,7 +17,7 @@ func TestShopCategoryCreate(t *testing.T) {
}
func TestShopCategoryGet(t *testing.T) {
result, err := api.ShopCategoryGet("300034")
result, err := api.ShopCategoryGet("100274")
if err != nil {
t.Fatal(err)
} else {
@@ -271,3 +272,8 @@ func TestGetEbaiSkuIDFromCustomID(t *testing.T) {
ebaiCatID := api.GetEbaiSkuIDFromCustomID("300001", "31554")
t.Log(ebaiCatID)
}
func TestDeleteStoreSku(t *testing.T) {
fmt.Println((49 & 4) == 0)
}