摘要: /** * 将请求参数封装成Map对象 * * @param json 参数 * @return Object */ public static Map wrapMap(String json) { if (json == null) return null; ObjectMapper mapper 阅读全文
posted @ 2016-05-17 21:03 thinkYi 阅读(663) 评论(0) 推荐(0) 编辑