Mike 7 vuotta sitten
vanhempi
commit
0ecf055d52
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      server/app/Helper/JpushHelper.php

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

xqd
@@ -8,8 +8,8 @@ use App\User;
 trait JpushHelper
 {
     public function jPush($title,$content='',$userid=0) {
-        $app_key = '55efccbdf77071c59ccbf0cd';
-        $master_secret = 'b9da2f5151a29889cbabee3f';
+        $app_key = '69838317211448192366f9d8';
+        $master_secret = 'f202d10301151e1816b49e55';
         $client = new JPush($app_key, $master_secret, storage_path('logs/jpush.log'));
 
         $push = new Push;