修复user API组的中间件未开放问题

This commit is contained in:
pixel
2020-05-06 16:05:38 +08:00
parent 7e9d32651b
commit 462e396486
3 changed files with 9 additions and 7 deletions
+2
View File
@@ -23,6 +23,8 @@ func RunWindowsServer() {
WriteTimeout: 10 * time.Second,
MaxHeaderBytes: 1 << 20,
}
// 保证文本顺序输出
// In order to ensure that the text order output can be deleted
time.Sleep(10 * time.Microsecond)
global.GVA_LOG.Debug("server run success on ", address)