add
This commit is contained in:
@@ -95,7 +95,7 @@ func RegisterHandler(c *gin.Context) {
|
||||
|
||||
// 3. 判断查询结果,若存在则提示账号已存在
|
||||
if exists {
|
||||
zap.L().Warn("⚠️ 账号已存在",
|
||||
zap.L().Warn("‼️ 账号已存在",
|
||||
zap.String("req_id", reqID),
|
||||
zap.String("account", req.Account))
|
||||
c.JSON(http.StatusOK, RegisterResponse{
|
||||
|
||||
Reference in New Issue
Block a user