ThinkSNS-为应用增加一个通知的步骤
来自站长百科
导航: 上一页
首先在后台“高级=》模板管理=》通知模板”增加一个通知类型(即动态模板)
然后在应用里需要发通知的地方参考以下方法调用API 增加动态就可以了:
$uid = "111, 222"; $type = "gift_send"; $title["user"] = "水上铁"; $body['img'] = $this->__realityImage($giftInfo); $body['content'] = t($sendInfo['sendInfo']); $notify = $this->api->notify_send( $uid, $type, $title, $body );