1
This commit is contained in:
@@ -17,7 +17,7 @@ func TestShopCategoryCreate(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestShopCategoryGet(t *testing.T) {
|
||||
result, err := api.ShopCategoryGet("800493")
|
||||
result, err := api.ShopCategoryGet("800437")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
@@ -26,7 +26,7 @@ func TestShopCategoryGet(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestShopGet222(t *testing.T) {
|
||||
api.ShopGet("800493", 0)
|
||||
api.ShopGet("800437", 0)
|
||||
}
|
||||
|
||||
func TestShopCategoryUpdate(t *testing.T) {
|
||||
@@ -53,7 +53,7 @@ func TestSkuGetItemsByCategoryId(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSkuList(t *testing.T) {
|
||||
result, err := api.SkuList("667544", &SkuListParams{})
|
||||
result, err := api.SkuList("800493", &SkuListParams{})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user