Class Push
- CApplicationComponent
-
application\modules\message\core\wx\Push
Namespace: application\modules\message\core\wx
Copyright: 2008-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/message/core/wx/Push.php
Copyright: 2008-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/message/core/wx/Push.php
Methods summary
public
boolean
|
#
sendText( array $userIds, string $content, integer $appId, integer $safe = 0, array $toparty = array(), array $totag = array() )
推送文字格式的消息 |
public
boolean
|
#
sendNews( array $userIds, array $items, integer $appId, array $toparty = array(), array $totag = array() )
发送图文格式的消息 |
public
boolean
|
#
sendVideo( array $userIds, string $medidaId, integer $appId, integer $safe = 0, array $toparty = array(), array $totag = array() )
发送图文格式的消息 |
public
boolean
|
#
sendVoice( array $userIds, string $medidaId, integer $appId, integer $safe = 0, array $toparty = array(), array $totag = array() )
发送音频格式的消息 |
public
boolean
|
#
sendImage( array $userIds, string $medidaId, integer $appId, integer $safe = 0, array $toparty = array(), array $totag = array() )
发送图片格式的消息 |
protected
string
|
|
protected
string
|
|
protected
|
#
handleSendScope( array & $param, mixed $userIds = array(), array $toparty = array(), array $totag = array() )
处理主动发送消息范围 |