- mtwmapi
This commit is contained in:
@@ -124,3 +124,10 @@ func TestGetProductStatust(t *testing.T) {
|
||||
t.Fatal("GetProductStatus should return error")
|
||||
}
|
||||
}
|
||||
|
||||
func TestDelShopCategory(t *testing.T) {
|
||||
err := jdapi.DelShopCategory(4784689)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user