群列表+群成员接口外加对接
This commit is contained in:
15
Server/application/cunkebao/model/WechatChatroom.php
Normal file
15
Server/application/cunkebao/model/WechatChatroom.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace app\cunkebao\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* 微信好友模型类
|
||||
*/
|
||||
class WechatChatroom extends Model
|
||||
{
|
||||
// 设置表名
|
||||
protected $name = 'wechat_group';
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user