@@ -23,7 +23,7 @@ public class SDKApplication {
public static void main(String[] args) {
SpringApplication.run(SDKApplication.class, args);
- System.out.println("赞象SDK服务启动成功 <非嵌入式SDK接入, 接口提交2> ( ´・・)ノ(._.`) \n" +
+ System.out.println("赞象SDK服务启动成功 <非嵌入式SDK接入, 接口提交3> ( ´・・)ノ(._.`) \n" +
" ___________ _ __\n" +
"/ ___| _ \\ | / /\n" +
"\\ `--.| | | | |/ / \n" +
@@ -50,6 +50,7 @@ public class WebHandlerAdapter implements HandlerInterceptor {
if (unSignCheck == null) {
return this.signCheck(request);
}
+ log.error("UnSignCheck注解获取到不是kong");
return Boolean.TRUE;
@@ -57,7 +57,7 @@ public class PushController {
@UnSignCheck
- @PushDataCheck
+// @PushDataCheck
@ApiOperation(value = "玩家注册 / 登录信息推送")
@PostMapping("/cp/push/user")
@ApiResponses(value = {@ApiResponse(code = 200, message = "成功", response = Boolean.class)})