@@ -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
@@ -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',