|
@@ -56,7 +56,7 @@ public class PushController {
|
|
|
return ResultVO.ok(userVisitLogService.visitLogCreate(param.getUrl(), userAgent, httpServletRequest));
|
|
|
}
|
|
|
|
|
|
- @PushCheck
|
|
|
+// @PushCheck
|
|
|
@UnSignCheck
|
|
|
@ApiOperation(value = "玩家注册 / 登录信息推送")
|
|
|
@PostMapping("/cp/push/user")
|
|
@@ -65,7 +65,7 @@ public class PushController {
|
|
|
return ResultVO.ok(cpPushDataService.pushUser(gameId, param));
|
|
|
}
|
|
|
|
|
|
- @PushCheck
|
|
|
+// @PushCheck
|
|
|
@UnSignCheck
|
|
|
@ApiOperation(value = "玩家角色信息推送")
|
|
|
@PostMapping("/cp/push/role")
|