mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-30 14:14:55 +08:00
29 lines
264 B
PHP
29 lines
264 B
PHP
<?php
|
|
|
|
namespace App\Http\Web\Services;
|
|
|
|
trait ImStatTrait
|
|
{
|
|
|
|
public function getActiveGroups()
|
|
{
|
|
|
|
}
|
|
|
|
public function getActiveUsers()
|
|
{
|
|
|
|
}
|
|
|
|
public function getNewGroups()
|
|
{
|
|
|
|
}
|
|
|
|
public function getNewUsers()
|
|
{
|
|
|
|
}
|
|
|
|
}
|