gq 7 vuotta sitten
vanhempi
commit
58fcc1fce8

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

xqd
@@ -33,7 +33,6 @@ trait JpushHelper
                 $pusher->setNotificationAlert($title);
                 $pusher->options($options);
                 $pusher->send();
-                \Log::info("$user->jpush");
                 \Log::info('jpush send!');
             } catch (\JPush\Exceptions\APIConnectionException $e) {
                 // try something here

+ 0 - 2
server/app/Http/Controllers/Api/V1/AuthController.php

xqd
@@ -75,8 +75,6 @@ class AuthController extends Controller
      *
      */
     public function login(Request $request) {
-        $this->jPush('1212大减价','',2);dd();
-
         $validator = Validator::make($request->all(),
             [
 //                'wechat'      => 'required',