Merge branch 'master' of https://e.coding.net/rosydev/baseapi
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user