一、調(diào)用方式
$this->cron_model->add(4, array(數(shù)組參數(shù)值))
二、參數(shù)值
參數(shù) | 介紹 |
---|---|
$uid | 會員id |
$url | 分享的地址 |
$thumb | 分享的圖片地址 |
$title | 分享的內(nèi)容信息 |
三、返回值
無返回值
此方法會將數(shù)據(jù)加入到消息發(fā)送隊列之中
四、開發(fā)示例
分享一條信息到微博
$this->cron_model->add(4, array( 'uid' => 1, 'url' => 'http://m.223987.com/', 'thumb' => 'http://www.dayrui.net/static/image/common/logo.png', 'title' => '這是一條分享信息', ));
文檔最后更新時間:2015-01-23 14:41:55