示例#1
0
 /**
  * 删除一个最近联系人
  */
 public function doDelRecentContact()
 {
     $accountid = $this->toStr('accountid');
     $chatid = $this->toStr('chatid');
     return Muser::delRecentMembers($accountid, $chatid);
 }