Beispiel #1
0
function send_update($umd5)
{
    include_once './lib/huanxin/Easemob.class.php';
    $option = array('client_id' => '*****************************', 'client_secret' => '*****************************', 'org_name' => '*****************************', 'app_name' => '*****************************');
    $easemob = new Easemob($option);
    $res = $easemob->yy_hxSend('kefu', array("{$umd5}"), "新版本发布啦,\n小客服诚邀您来内部测试尝鲜,\n新增了故事页面,\n每个人都有自己的故事,或悲伤、或欢乐。\n大声说出你的故事");
    $easemob->Send_file('kefu', array("{$umd5}"), 'hi');
}