Commit ed721fc7 by 王勇飞

gyq

parent c48049d5
...@@ -45,6 +45,18 @@ class PatentQueryAPI extends APIBase { ...@@ -45,6 +45,18 @@ class PatentQueryAPI extends APIBase {
case "paDetailsByfilingNo"://根据申请号获取专利详情列表 case "paDetailsByfilingNo"://根据申请号获取专利详情列表
opResult = await this.cpatentsearchApi.paDetailsByfilingNo(action_body); opResult = await this.cpatentsearchApi.paDetailsByfilingNo(action_body);
break; break;
case "CommomSearchbyTitle"://根据标题查询聚合
opResult = await this.cpatentsearchApi.CommomSearchbyTitle(action_body);
break;
case "CommomSearchbyInventor"://根据发明人查询聚合
opResult = await this.cpatentsearchApi.CommomSearchbyInventor(action_body);
break;
case "CommomSearchbyFilingno"://根据申请号查询聚合
opResult = await this.cpatentsearchApi.CommomSearchbyFilingno(action_body);
break;
case "CommomSearchbyPubno"://根据公开号查询聚合
opResult = await this.cpatentsearchApi.CommomSearchbyPubno(action_body);
break;
case "softwareCountByAuthor"://根据公司名称得到软著量 case "softwareCountByAuthor"://根据公司名称得到软著量
opResult = await this.copyrightApi.softwareCountByAuthor(action_body); opResult = await this.copyrightApi.softwareCountByAuthor(action_body);
break; break;
......
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