This commit is contained in:
suyl
2021-05-26 14:41:10 +08:00
parent 43f9e43044
commit 1da7a46928
3 changed files with 24 additions and 2 deletions

View File

@@ -728,3 +728,11 @@ func TestStoreProductSearch(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestUpdateStatus(t *testing.T) {
err := api.UpdateStatus(1000069298, JdsStoreStatusOnline)
if err != nil {
t.Fatal(err)
}
//t.Log(utils.Format4Output(result, false))
}