瀏覽代碼

feat : 非嵌入式SDK接入, 接口提交1

bilingfeng 11 月之前
父節點
當前提交
69f4f36783

+ 1 - 1
game-module/game-module-sdk/src/main/java/com/zanxiang/game/module/sdk/SDKApplication.java

@@ -23,7 +23,7 @@ public class SDKApplication {
 
     public static void main(String[] args) {
         SpringApplication.run(SDKApplication.class, args);
-        System.out.println("赞象SDK服务启动成功 <非嵌入式SDK接入, 接口提交> ( ´・・)ノ(._.`) \n" +
+        System.out.println("赞象SDK服务启动成功 <非嵌入式SDK接入, 接口提交1> ( ´・・)ノ(._.`) \n" +
                 " ___________ _   __\n" +
                 "/  ___|  _  \\ | / /\n" +
                 "\\ `--.| | | | |/ / \n" +

+ 2 - 2
game-module/game-module-sdk/src/main/java/com/zanxiang/game/module/sdk/controller/PushController.java

@@ -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")