新增腾讯im。

This commit is contained in:
2023-03-09 16:01:03 +08:00
parent e1a015e960
commit 0850d6e3f3
19 changed files with 1265 additions and 46 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace Extend\TencentIm;
/**
* 会话
*/
class RecentContact extends Base
{
// 分页拉取会话列表
public function getRecentContactPage(){
}
}