mirror of
https://gitee.com/BDWare/cp.git
synced 2026-01-29 01:29:27 +00:00
update version
keep sync
This commit is contained in:
@@ -44,7 +44,7 @@ public class DOOPAfterExecHandler implements AnnotationHook {
|
||||
if (!(argPacks.ret instanceof DoipMessage)) {
|
||||
JsonObject jsonObjectRes = ((JsonElement) argPacks.ret).getAsJsonObject();
|
||||
if (!jsonObjectRes.has("bodyBase64Encoded")
|
||||
|| jsonObjectRes.get("bodyBase64Encoded").getAsBoolean() == false) {
|
||||
|| jsonObjectRes.get("bodyBase64Encoded").getAsBoolean() == true) {
|
||||
if (jsonObjectRes.has("body")) {
|
||||
String body = jsonObjectRes.get("body").getAsString();
|
||||
jsonObjectRes.addProperty("body",
|
||||
|
||||
Reference in New Issue
Block a user