fix(socket): 移除debug.Stack并统一使用cool.Loger记录panic错误
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user