|
@@ -222,6 +222,7 @@ public class UserTicketController extends BaseApiController {
|
|
|
|
|
|
TicketBox ticketBox = ticketBoxService.getById(ticket.getBoxId());
|
|
TicketBox ticketBox = ticketBoxService.getById(ticket.getBoxId());
|
|
if (ticketBox.getIsEncrypt() == 1 && match) {
|
|
if (ticketBox.getIsEncrypt() == 1 && match) {
|
|
|
|
+ LogUtil.error(logger, "非法访问,serialNo:{0},param:{1}", serialNo, param);
|
|
return AjaxResult.error("非法访问!");
|
|
return AjaxResult.error("非法访问!");
|
|
}
|
|
}
|
|
|
|
|