bianjunhui 2 년 전
부모
커밋
8c6c924f00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');