@extends('layouts.base') @section('title', '消息列表') @section('content')
消息推送(只能向正在使用APP,并且APP在后台运行,推送消息后20分钟才能收到该消息)
{{--例如:http://www.yunzshop.com/--}} 例如:https://www.baidu.com/
APP端收到推送通知后,桌面图标显示未读消息数量(必须三位数之内的纯数字)
@endsection