实现请求日志写入

This commit is contained in:
刘祥超
2020-10-10 11:49:21 +08:00
parent 8a5fa81c5a
commit 8fce802185
13 changed files with 479 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ func TestServerDAO_UpdateServerConfig(t *testing.T) {
if err != nil {
t.Fatal(err)
}
_, err = SharedServerDAO.UpdateServerConfig(1, configJSON)
_, err = SharedServerDAO.UpdateServerConfig(1, configJSON, false)
if err != nil {
t.Fatal(err)
}