This commit is contained in:
kunfei
2022-03-11 00:05:39 +08:00
parent 72a2d11a9e
commit d13cff158e

View File

@@ -19,7 +19,8 @@ interface RuleDataInterface {
variable = GSON.toJson(variableMap)
}
else -> {
variableMap[key] = value
variable = GSON.toJson(variableMap)
}
}
}