Browse Source

Merge remote-tracking branch 'origin/master'

zouxuan 3 năm trước cách đây
mục cha
commit
960e1a84e5

+ 17 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/constant/SysConfigConstant.java

@@ -2,6 +2,7 @@ package com.yonge.cooleshow.biz.dal.constant;
 
 /**
  * 系统配置常量
+ *
  * @Author: liweifan
  * @Data: 2022/3/24 10:18
  */
@@ -18,4 +19,20 @@ public interface SysConfigConstant {
      * @updateTime 2022/3/24 10:20
      */
     String OPEN_LIVE_OVER_CLASS = "open_list_over_class";
+
+    /**
+     * 直播服务费
+     */
+    String LIVE_SERVICE_RATE = "live_service_rate";
+
+    /**
+     * 提前创建直播房间的时间
+     */
+    String PRE_CREATE_LIVE_ROOM_MINUTE = "pre_create_live_room_minute";
+
+    /**
+     * 直播结束后,直播房间的有效时间
+     */
+    String DESTROY_EXPIRED_LIVE_ROOM_MINUTE = "destroy_expired_live_room_minute";
+
 }