实名提示长度问题
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user