利用 fastjson 的 toJSONStringWithDateFormat 方法,将Date 格式化 为常见类型的时间
JSON.toJSONStringWithDateFormat(nrcStoryWrapper, "yyyy-MM-dd'T'HH:mm:ss.SSSZ", SerializerFeature.WriteDateUseDateFormat)
将json中的publishTime 转成 yyyy-MM-dd HH:mm:ss 格式
new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(jsonStory.getString("publishTime"))