|
| xqd
@@ -30,8 +30,8 @@ class WechatController extends Controller
|
|
|
switch ($message->EventKey) {
|
|
|
case 'VOTE':
|
|
|
$news = new News([
|
|
|
- 'title' => '微信投票',
|
|
|
- 'description' => '微信投票',
|
|
|
+ 'title' => '2016年四川省乡村(城市)学校少年宫专题视频节目展播网络评选',
|
|
|
+ 'description' => '2016年四川省乡村(城市)学校少年宫专题视频节目展播网络评选',
|
|
|
'url' => Config::get('app.url').'/vote/index',
|
|
|
'image' => Config::get('app.url').'/images/WechatIMG5.jpeg',
|
|
|
]);
|