mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-20 02:36:36 +08:00
统计创建浏览器、系统时限制名称长度
This commit is contained in:
@@ -7,12 +7,12 @@ import (
|
||||
"github.com/TeaOSLab/EdgeCommon/pkg/rpc/pb"
|
||||
)
|
||||
|
||||
// 操作系统统计
|
||||
// ServerClientSystemMonthlyStatService 操作系统统计
|
||||
type ServerClientSystemMonthlyStatService struct {
|
||||
BaseService
|
||||
}
|
||||
|
||||
// 查找前N个操作系统
|
||||
// FindTopServerClientSystemMonthlyStats 查找前N个操作系统
|
||||
func (this *ServerClientSystemMonthlyStatService) FindTopServerClientSystemMonthlyStats(ctx context.Context, req *pb.FindTopServerClientSystemMonthlyStatsRequest) (*pb.FindTopServerClientSystemMonthlyStatsResponse, error) {
|
||||
_, userId, err := this.ValidateAdminAndUser(ctx, 0, 0)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user