dever 6 年之前
父节点
当前提交
b20617bc3f
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      config/base.php

+ 3 - 1
config/base.php

@@ -17,13 +17,14 @@ $config['base'] = array
 	# 小程序首页
 	'applet_index' => 'pages/choice/index/index',
 
-	# 功能类型
+	# 功能类型 5小刊留言视频 6小刊留言音频
 	'type' => array
 	(
 		1 => '图文',
 		2 => '视频',
 		3 => '直播',
 		4 => '小刊',
+		5 => '小刊音视频留言',
 	),
 
 	# 功能类型
@@ -33,6 +34,7 @@ $config['base'] = array
 		2 => 'video/vod',
 		3 => 'video/live',
 		4 => 'journal/info',
+		5 => 'journal/content',
 		11 => 'act/comment',
 		12 => 'act/live_comment',
 	),