ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### 方法 1.直接使用pushMessage ### 参数 | 参数 | 类型 | 说明 | | --- | --- | --- | | title | string | 标题 | | content | string | 内容 | | url | string | 跳转链接 | | android\_info | string | 安卓信息 | | ios\_info | string | ios信息 | | type | string | 消息类型 | | push\_time | int | 定时推送时间 时间戳 | ##### 示例 ~~~ pushMessage('标题',‘内容’,‘跳转链接’,['native'=>true,'src'=>'com.tenma.ventures.usercenter.view.PcWeiduNewActivity','paramStr'=>'','wwwFolder'=>''],['native'=>true,'src'=>'SetI001MessageController','paramStr'=>'','wwwFolder'=>'',],'系统消息',1541556561) ~~~