This commit is contained in:
邹宗楠
2023-07-31 10:29:09 +08:00
parent 6b8c121089
commit d856a1ffdc
2 changed files with 3 additions and 3 deletions

View File

@@ -240,7 +240,7 @@ func TestUpdateStoreTest(t *testing.T) {
}
func TestDelete(t *testing.T) {
err := apiTao.ShopUpdateStatus("JX668594", -1)
err := apiTao.ShopUpdateStatus("JX668594", 1)
if err != nil {
fmt.Println(err)
}