Commit cd662e67616121174055baae945cb052e0e60164
1 parent
0b8145b2
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -873,6 +873,7 @@ func HandlerLimitCatList(w http.ResponseWriter, data string, uuid int) { | @@ -873,6 +873,7 @@ func HandlerLimitCatList(w http.ResponseWriter, data string, uuid int) { | ||
873 | } | 873 | } |
874 | 874 | ||
875 | //回包 | 875 | //回包 |
876 | + logger.Info("HandlerLimitCatList resp=%+v", resp) | ||
876 | respstr, _ := json.Marshal(&resp) | 877 | respstr, _ := json.Marshal(&resp) |
877 | fmt.Fprint(w, string(respstr)) | 878 | fmt.Fprint(w, string(respstr)) |
878 | 879 |