Commit cb0064a796cd2692e86456fc8b9a00a56921bf27
1 parent
0ae8ff10
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/utils/CommonConst.java
| @@ -114,7 +114,7 @@ public class CommonConst { | @@ -114,7 +114,7 @@ public class CommonConst { | ||
| 114 | public static Integer BUSINESS_TOPIC = 6; | 114 | public static Integer BUSINESS_TOPIC = 6; |
| 115 | 115 | ||
| 116 | //白名单设置 | 116 | //白名单设置 |
| 117 | - public static JSONObject BUSINESS = JSONObject.parseObject("{\"1\":\"点播业务\",\"2\":\"评论业务\",\"3\":\"图文业务\",\"4\":\"频道业务\",\"5\":\"直播申请业务\",\"6\":\"话题业务\"}"); | 117 | + public static JSONObject BUSINESS = JSONObject.parseObject("{\"1\":\"点播业务\",\"2\":\"评论业务\",\"3\":\"图文业务\",\"4\":\"频道业务\",\"5\":\"直播申请业务\",\"6\":\"话题业务\",\"7\":\"音频业务\"}"); |
| 118 | 118 | ||
| 119 | /** | 119 | /** |
| 120 | * 弹窗消息:频道 | 120 | * 弹窗消息:频道 |