wfz 2 年之前
父节点
当前提交
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 {