- mtwmapi

This commit is contained in:
gazebo
2018-11-22 10:21:16 +08:00
parent 5a43ff8e20
commit 684a104a25
14 changed files with 1044 additions and 0 deletions

View File

@@ -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)
}
}