bianjunhui vor 2 Jahren
Ursprung
Commit
8c6c924f00
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      application/api/controller/Apmessage.php

+ 1 - 1
application/api/controller/Apmessage.php

@@ -69,7 +69,7 @@ class Apmessage extends Api
         $content = new StringMap();
         $content->setEn($template_dsc);
         $notification = new Notification();
-        $notification->setAppId('6bbd561f-4d8e-4d04-a6c4-dbef1bf99694');
+        $notification->setAppId('b3124d44-7bc7-4965-95dc-0ecb502fdaea');
         $notification->setContents($content);
         $notification->setIncludedSegments([$segment]);
         $notification->setIosBadgeType('Increase');