コード例 #1
0
ファイル: User.php プロジェクト: hongbo819/webChat
 /**
  * 删除一个最近联系人
  */
 public function doDelRecentContact()
 {
     $accountid = $this->toStr('accountid');
     $chatid = $this->toStr('chatid');
     return Muser::delRecentMembers($accountid, $chatid);
 }