Skip to content

Commit

Permalink
Update models.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy0411 authored Nov 9, 2024
1 parent 928d366 commit 8f652a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions niu/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ func (u *userInfo) processJJuAction(adduserniuniu *userInfo, props string) (stri
if props == "伟哥" || props == "媚药" {
err = errors.New("道具不能混着用哦")
}
if err != nil {
return "",err
}
if err = u.createUserInfoByProps(props); err != nil {
return "", err
}
Expand Down

0 comments on commit 8f652a3

Please sign in to comment.