Parcourir la source

fix : 客服系统功能提交05

bilingfeng il y a 1 an
Parent
commit
96d3eeba2c

+ 1 - 1
game-module/game-module-manage/src/main/java/com/zanxiang/game/module/manage/ManageApplication.java

@@ -21,7 +21,7 @@ public class ManageApplication {
 
     public static void main(String[] args) {
         SpringApplication.run(ManageApplication.class, args);
-        System.out.println("赞象Manage服务启动成功 <客服系统04> ( ´・・)ノ(._.`) \n" +
+        System.out.println("赞象Manage服务启动成功 <客服系统05> ( ´・・)ノ(._.`) \n" +
                 "___  ___  ___   _   _   ___  _____  _____ \n" +
                 "|  \\/  | / _ \\ | \\ | | / _ \\|  __ \\|  ___|\n" +
                 "| .  . |/ /_\\ \\|  \\| |/ /_\\ \\ |  \\/| |__  \n" +

+ 2 - 2
game-module/game-module-manage/src/main/java/com/zanxiang/game/module/manage/enums/KfApiEnum.java

@@ -40,14 +40,14 @@ public enum KfApiEnum {
      * 报告
      */
     REPORT("https://mpkf.weixin.qq.com/commkf/report", new KfActionEnum[]{
-            KfActionEnum.ACCEPT_ROOM
+
     }),
 
     /**
      * 总汇表
      */
     SUMMARY("https://mpkf.weixin.qq.com/commkf/summary", new KfActionEnum[]{
-            KfActionEnum.BATCH_GET_NO_SESSION_EXTRA_INFO
+            KfActionEnum.BATCH_GET_NO_SESSION_EXTRA_INFO, KfActionEnum.GET_SESSION_SUMMARY
     });
 
     /**