- implement mtwm.DeleteRemoteStoreSkus

This commit is contained in:
gazebo
2019-03-20 15:31:26 +08:00
parent de63254fc3
commit 02db9f0b4f
4 changed files with 46 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ func TestDeleteRemoteSkus(t *testing.T) {
}
func TestDeleteRemoteCategories(t *testing.T) {
err := new(PurchaseHandler).DeleteRemoteCategories(100077, nil)
err := new(PurchaseHandler).DeleteRemoteCategories(jxcontext.AdminCtx, nil, 100077, nil)
if err != nil {
t.Fatal(err)
}