Commit 8ac5b30673fbc48ec01b4a06564cef75a25d454b
1 parent
121c81da
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
| @@ -949,6 +949,7 @@ func HandlerFetchfenredbag(w http.ResponseWriter, data string, uniqueuuid, gamei | @@ -949,6 +949,7 @@ func HandlerFetchfenredbag(w http.ResponseWriter, data string, uniqueuuid, gamei | ||
| 949 | } | 949 | } |
| 950 | 950 | ||
| 951 | //回包 | 951 | //回包 |
| 952 | + logger.Info("HandlerFetchfenredbag resp=%+v", resp) | ||
| 952 | respstr, _ := json.Marshal(&resp) | 953 | respstr, _ := json.Marshal(&resp) |
| 953 | fmt.Fprint(w, string(respstr)) | 954 | fmt.Fprint(w, string(respstr)) |
| 954 | } | 955 | } |