新Alpha前端页面


获取上位或下位概念信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取上位或下位概念基本信息</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>api/v3/xadmin/search_concept/</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">concept_name</td> <td style="text-align: left;">是</td> <td style="text-align: left;">str</td> <td>概念名</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>0 下位概念;1 上位概念</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "status": 1, "message": "success", "resultObj": [ { "code": "c458", "ordered": "", "cuser": "root", "image": "", "number": 11, "mtime": "2019-06-21 11:37:06", "isabstract": "", "cpath": "科学&lt;命名概念&lt;事物", "units": null, "front_type": "object", "type": "normal", "regex": "", "update_time": "2019-04-04 19:07:41", "obj_number": 8, "all_obj_number": 8, "relation_stat": { "related_number": 0, "concept_number": 52, "related_stregth": 0.49116, "compression_rate": 3.7 }, "name_roots": [ "机", "机器" ], "object_group": [], "name": "机器人", "ctime": "2019-04-04 19:07:41", "name_mappers": [ "机器人" ], "default_unit": null, "summary": "机器人能力的评价标准包括:智能,指感觉和感知,包括记忆、运算、比较、鉴别、判断、决策、学习和逻辑推理等;机能,指变通性、通用性或空间占有性等;物理能,指力、速度、可靠性、联用性和寿命等。因此,可以说机器人就是具有生物功能的实际空间运行工具,可以代替人类完成一些危险或难以进行的劳作、任务等。", "meta_type": "", "aka": "" }, { "update_time": "2019-04-04 19:07:41", "code": "c170", "cuser": "root", "cpath": "学科&lt;科学&lt;命名概念&lt;事物", "image": "", "all_obj_number": 12, "relation_stat": { "related_number": 0, "concept_number": 16, "related_stregth": 0, "compression_rate": 0 }, "name_roots": [ "研究", "研究方", "研" ], "number": 13, "obj_number": 12, "object_group": [], "mtime": "2019-06-21 11:37:46", "front_type": "object", "ctime": "2019-04-04 19:07:41", "name": "研究方向", "name_mappers": [ "研究方向" ], "default_unit": null, "summary": null, "meta_type": "", "units": null, "aka": "", "type": "normal" }, ... ] }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"></td> <td style="text-align: left;"></td> <td></td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML