|
|
@@ -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 {
|