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();