瀏覽代碼

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

bilingfeng 11 月之前
父節點
當前提交
59682362a6

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

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

@@ -91,7 +91,7 @@ public class WebHandlerAdapter implements HandlerInterceptor {
         String server = request.getParameter("server");
         String server = request.getParameter("server");
         //检查加密必传参数
         //检查加密必传参数
         if (StringUtils.isAnyBlank(gameId, timestamp, nonce, sign, server)) {
         if (StringUtils.isAnyBlank(gameId, timestamp, nonce, sign, server)) {
-            log.error("去烧");
+            log.error("参数非法, 缺少必传参数");
             throw new BaseException(HttpStatusEnum.INVALID_PARAMS.getMsg());
             throw new BaseException(HttpStatusEnum.INVALID_PARAMS.getMsg());
         }
         }
         //判断时间戳是否有效
         //判断时间戳是否有效