Commit a2704c12 authored by chuwanshun's avatar chuwanshun

注释添加

parent 256ce60f
......@@ -2,7 +2,6 @@ package com.cesgroup.kingkong.service.impl;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
......@@ -200,6 +199,12 @@ public class QueryService {
return resultMap;
}
/**
* 封装返回的专利信息
* @param sourceJsonObject
* @return
* Map<String,Object>
*/
private Map<String, Object> parseResult(JSONObject sourceJsonObject) {
Map<String, Object> resultMap = new HashMap<String, Object>();
String cnTitle = sourceJsonObject.getJSONObject("title").getString("text_en");
......
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