package admin type LoginReq struct { Username string `description:"账号"` Password string `description:"密码"` }