修复统计数据和密码登录逻辑
This commit is contained in:
@@ -105,6 +105,7 @@ type TradeCheckReq struct {
|
||||
}
|
||||
|
||||
func TradeCheckSSE(c *fiber.Ctx) error {
|
||||
|
||||
// 设置响应头
|
||||
c.Set("Content-Type", "text/event-stream")
|
||||
c.Set("Cache-Control", "no-cache")
|
||||
|
||||
Reference in New Issue
Block a user