实名提示长度问题

This commit is contained in:
2025-01-13 19:02:45 +08:00
parent e4cbc46ab6
commit 20064df04f

View File

@@ -188,7 +188,7 @@ public class DiscSpinningController {
if ((i != null && i.equals(2)) || !source.equals(1)) {
boolean auth = userInfoService.isAuth(userId);
if (!auth) {
return Result.error("剩余抽奖活动需要实名认证后进行");
return Result.error("实名认证后继续抽奖");
}
}
if (source == null || source.equals(1)) {