This commit is contained in:
fatedier
2019-02-11 12:15:31 +08:00
parent 95a881a7d3
commit 2481dfab64
11 changed files with 16 additions and 27 deletions

View File

@ -318,6 +318,6 @@ func (svr *Service) ApiProxyTraffic(w http.ResponseWriter, r *http.Request) {
trafficResp.TrafficOut = proxyTrafficInfo.TrafficOut
}
buf, _ := json.Marshal(&res)
buf, _ := json.Marshal(&trafficResp)
res.Msg = string(buf)
}