diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 76f4131..79da84b 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -1298,6 +1298,8 @@ func HandlerQueryWareHouse(w http.ResponseWriter, data string, uuid int) { resp.Code = 0 break } + + logger.Info("HandlerQueryWareHouse resp=%+v", resp) //回包 respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) -- libgit2 0.21.0