Commit 1646721c authored by wentao.suo's avatar wentao.suo

111

parent d019978c
...@@ -36,7 +36,7 @@ def callback_pipes(info) { ...@@ -36,7 +36,7 @@ def callback_pipes(info) {
def content=[:] def content=[:]
for (def item : items){ for (def item : items){
itemSplit = item.split("=",2) itemSplit = item.split("=",2)
content[itemSplit[0]:itemSplit[1]] content[itemSplit[0]] =itemSplit[1]
} }
println JsonOutput.toJson(content) println JsonOutput.toJson(content)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment