示例#1
0
文件: Skype.php 项目: tafint/skype
 public function getChats($time, $pageSize)
 {
     return $this->transport->loadChats($time, $pageSize);
 }