This commit is contained in:
zhuyasen
2022-09-25 19:06:27 +08:00
parent db93934ffc
commit 891af10cb6
78 changed files with 3551 additions and 1030 deletions

View File

@@ -98,9 +98,7 @@ func Test_userExampleHandler_Create(t *testing.T) {
t.Fatal(err)
}
if result.Code != 0 {
t.Fatalf("%+v", result)
}
t.Logf("%+v", result)
}
func Test_userExampleHandler_DeleteByID(t *testing.T) {