|
|
@@ -142,7 +142,7 @@ class pushNotice
|
|
|
$ups = new GTUps();
|
|
|
// $ups->setTransmission("ups Transmission");
|
|
|
$thirdNotification = new GTThirdNotification();
|
|
|
- $thirdNotification->setTitle("title".self::micro_time());
|
|
|
+ $thirdNotification->setTitle($title);
|
|
|
$thirdNotification->setBody("body".self::micro_time());
|
|
|
$thirdNotification->setClickType(GTThirdNotification::CLICK_TYPE_URL);
|
|
|
$thirdNotification->setIntent("intent:#Intent;component=你的包名/你要打开的 activity 全路径;S.parm1=value1;S.parm2=value2;end");
|