|
@@ -892,11 +892,11 @@ class Notify extends Api
|
|
|
$content['extraContentID'] = $v['movieid'];
|
|
|
$content['content'] = $v['title'];
|
|
|
$intent = json_encode([
|
|
|
- 'action' => 'com.huxiu.heh.tv.ui.video.detail.VideoDetailActivity',
|
|
|
+ 'action' => 'com.huxiu.heh.tv.ui.splash.SplashActivity',
|
|
|
'package' => 'com.huxiu.heh.tv',
|
|
|
'component' => [
|
|
|
'pkg' => 'com.huxiu.heh.tv',
|
|
|
- 'cls' => 'com.huxiu.heh.tv.ui.video.detail.VideoDetailActivity'
|
|
|
+ 'cls' => 'com.huxiu.heh.tv.ui.splash.SplashActivity'
|
|
|
],
|
|
|
'extras' => [
|
|
|
// 'cmd' => '',
|