Commit 6d67acc6ac10228028e300401a3be1732b88f05e
1 parent
b8745176
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -1298,6 +1298,8 @@ func HandlerQueryWareHouse(w http.ResponseWriter, data string, uuid int) { |
1298 | 1298 | resp.Code = 0 |
1299 | 1299 | break |
1300 | 1300 | } |
1301 | + | |
1302 | + logger.Info("HandlerQueryWareHouse resp=%+v", resp) | |
1301 | 1303 | //回包 |
1302 | 1304 | respstr, _ := json.Marshal(&resp) |
1303 | 1305 | fmt.Fprint(w, string(respstr)) | ... | ... |