Merge remote-tracking branch 'origin/dev_new' into dev_new

This commit is contained in:
Yuzuki616
2023-08-23 19:13:46 +08:00
6 changed files with 197 additions and 46 deletions

View File

@@ -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
}