wfz 3 년 전
부모
커밋
1fc5d63f7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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, "用户不存在")
 )