new:新增withdraw请求,该暂无真实数据

This commit is contained in:
2023-07-18 16:07:56 +08:00
parent 7f2ec68197
commit 648fc0f370
14 changed files with 165 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ type LoginResponse struct {
func (r Result) LoginSuccess(session *model.Session) error {
res := &LoginResponse{}
res.Code = http.StatusOK
res.Message = "用户已成功登录。"
res.Message = "用户已成功登录。"+ "👋!"
res.NeedReset = false
res.Session = session
return r.Ctx.Status(fiber.StatusOK).JSON(res)