groovy jsonOutput将中文转为Unicode的问题

使用StringEscapeUtils将Unicode转回中文即可

import groovy.json.JsonOutput
import groovy.json.StringEscapeUtils