wfz 3 years ago
parent
commit
1fc5d63f7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      errors/account.go

+ 1 - 1
errors/account.go

@@ -5,5 +5,5 @@ import (
 )
 
 var (
-	ErrorUserNotExist = codes.Error(10001, "用户不存在")
+	ErrorUserNotExist = codes.Error(401, "用户不存在")
 )