From 6d0825451d717145e4f976849731abdcc063eee7 Mon Sep 17 00:00:00 2001 From: www-git-cn <102035872+www-git-cn@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E4=BA=9Bbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.pro.user | 2 +- protocol.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app.pro.user b/app.pro.user index 454a765..f9953bd 100644 --- a/app.pro.user +++ b/app.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/protocol.cpp b/protocol.cpp index e086928..6e621d4 100644 --- a/protocol.cpp +++ b/protocol.cpp @@ -37,6 +37,7 @@ QByteArray Protocol::data_builder(QList &args) data.insert("action",args[1].get_string()); data.insert("user",args[2].get_string()); data.insert("data",args[3].get_string()); + break; } case REQUEST: {