wfz 3 년 전
부모
커밋
0bc6e85341
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      errors/user.go

+ 1 - 0
errors/user.go

@@ -15,6 +15,7 @@ var (
 	ErrorUpdatePicturesNumNotEnough  = codes.Error(30010, "今日更新相册次数已达上限")
 	ErrorActivityIsFinish            = codes.Error(30011, "活动已经结束")
 	ErrorIsGetReword                 = codes.Error(30012, "已经领取了活动奖励")
+	ErrorIDCardCertificationReword   = codes.Error(30013, "身份证已被实名")
 )
 
 func GetCodeNum(err error) int {