Browse Source

-fix : 游戏表新增字段

bilingfeng 9 months ago
parent
commit
7b7a2f7400

+ 10 - 0
game-module/game-module-mybatis/src/main/java/com/zanxiang/game/module/mybatis/entity/Game.java

@@ -48,6 +48,11 @@ public class Game implements Serializable {
      */
     private Boolean isPut;
 
+    /**
+     * 投放类型, 0 : 导量APP, 1 : 头条直投APP,  2 : 腾讯直投APP, 3 : 头条私域投APP, 4 : 腾讯私域投APP
+     */
+    private Integer putType;
+
     /**
      * 游戏标签
      */
@@ -153,4 +158,9 @@ public class Game implements Serializable {
      */
     private BigDecimal rechargeRebate;
 
+    /**
+     * 是否使用监测链接
+     */
+    private Boolean isMonitorLink;
+
 }

+ 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服务启动成功 <解决久梦对接相关问题, 解决订单回传小1元得问题> ( ´・・)ノ(._.`) \n" +
+        System.out.println("赞象SDK服务启动成功 <游戏表新增字段> ( ´・・)ノ(._.`) \n" +
                 " ___________ _   __\n" +
                 "/  ___|  _  \\ | / /\n" +
                 "\\ `--.| | | | |/ / \n" +