mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
support notes for config
This commit is contained in:
@@ -2,6 +2,7 @@ package panel
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/goccy/go-json"
|
||||
)
|
||||
@@ -66,5 +67,6 @@ func (c *Client) ReportUserTraffic(userTraffic []UserTraffic) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.Println(r.String())
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user