Skip to content

Commit

Permalink
修正了验证码发送成功的提示词
Browse files Browse the repository at this point in the history
  • Loading branch information
universero authored Nov 25, 2024
1 parent 691c4aa commit 796e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz/application/service/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ func (s *AuthService) SendVerifyCode(ctx context.Context, req *core_api.SendVeri

return &core_api.SendVerifyCodeResp{
Code: 0,
Msg: "验证发送成功",
Msg: "验证码发送成功",
}, nil
}

0 comments on commit 796e7d1

Please sign in to comment.