Mike 7 年 前
コミット
e4b52a9ffb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      server/app/Helper/JpushHelper.php

+ 1 - 1
server/app/Helper/JpushHelper.php

xqd
@@ -23,7 +23,7 @@ trait JpushHelper
         if($user&&$user->jpush){
             $regId = array($user->jpush);
             $options = array(
-                'apns_production' => false,
+                'apns_production' => true,
             );
             try {
                 $pusher = $client->push();