增加当日统计接口

This commit is contained in:
刘祥超
2022-04-07 19:46:50 +08:00
parent adcb33fce4
commit fe448e6556
3 changed files with 67 additions and 0 deletions

View File

@@ -564,6 +564,12 @@ func (this *APINode) registerServices(server *grpc.Server) {
this.rest(instance)
}
{
instance := this.serviceInstance(&services.TrafficDailyStatService{}).(*services.TrafficDailyStatService)
pb.RegisterTrafficDailyStatServiceServer(server, instance)
this.rest(instance)
}
APINodeServicesRegister(this, server)
// TODO check service names