This commit is contained in:
wangchuxiao
2023-03-14 19:27:43 +08:00
parent f6f4409357
commit 6b98f27656
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const (
// 通用错误码
const (
//NoError = 0 //无错误
NoError = 0 //无错误
DatabaseError = 90002 //redis/mysql等db错误
NetworkError = 90004 //网络错误
IdentityError = 90008 // 身份错误 非管理员token,且token中userID与请求userID不一致