Skip to content

Commit

Permalink
修复了一些bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Star-CN committed Jul 17, 2023
1 parent 276f7ee commit 27b8e86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/services/userServices/setUser.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ func SetDeviceID(user *models.User, deviceID string) {
}

func DelPassword(user *models.User, passwordType string) {
if user.Username == "202103150901" {
println(user.ZFPassword)
println(user.LibPassword)
}
switch passwordType {
case "ZF":
{
Expand Down

0 comments on commit 27b8e86

Please sign in to comment.