fix(socket): 移除debug.Stack并统一使用cool.Loger记录panic错误

This commit is contained in:
1
2025-10-29 15:50:48 +00:00
parent f06638d6b6
commit 8376068bb6
4 changed files with 31 additions and 13 deletions

View File

@@ -77,3 +77,9 @@ func (c *BlazingController) GetSession(ctx context.Context, req *SessionReq) (re
return
}
type MockReq struct {
g.Meta `path:"/mock" method:"GET"`
Email string `json:"email" v:"required|email"`
Password string `json:"password" v:"required"`
}