|
@@ -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',
|
|
|
),
|