Ver código fonte

厂商离线消息测试

shizhongqi 4 anos atrás
pai
commit
c8abff546f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      common/components/pushNotice.php

+ 1 - 1
common/components/pushNotice.php

@@ -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");