From 351f67650a6b5e96c3c57c9b09056c3fcd33f165 Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期四, 27 八月 2020 18:51:05 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/master/comm_if.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/master/comm_if.cpp b/lib/src/main/cpp/master/comm_if.cpp index cb82dff..56ef347 100644 --- a/lib/src/main/cpp/master/comm_if.cpp +++ b/lib/src/main/cpp/master/comm_if.cpp @@ -1150,6 +1150,8 @@ if (itr->HasMember("type")) { const Value &s = (*itr)["type"]; forbid.type = s.GetInt(); + + DEBUG("绂佹绾� type %d", forbid.type); } if (itr->HasMember("id")) { const Value &s = (*itr)["id"]; -- Gitblit v1.8.0