修复统计数据和密码登录逻辑

This commit is contained in:
2025-07-01 18:23:15 +08:00
parent 822ba3d02a
commit f50d5bba6f
6 changed files with 69 additions and 29 deletions

View File

@@ -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")