|
|
@@ -81,8 +81,8 @@ class pushNotice
|
|
|
$notify = new GTNotification();
|
|
|
$notify->setTitle($title);
|
|
|
$notify->setBody($body);
|
|
|
- //$notify->setChannelId('channelId1');
|
|
|
- //$notify->setChannelName('channelName1');
|
|
|
+ $notify->setChannelId('channelId1');
|
|
|
+ $notify->setChannelName('channelName1');
|
|
|
$notify->setChannelLevel(4);
|
|
|
|
|
|
//点击通知后续动作,目前支持以下后续动作:
|