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, "用户不存在")
 )