拓线系统


后端说明

<h1>扩线 接口部署位置</h1> <p>开发环境</p> <ul> <li>192.1685.136:6712</li> </ul> <h1>扩线 接口返回格式说明:</h1> <p>{ &quot;code&quot;: 0, &quot;data&quot;: { &quot;linkes&quot;: [], # 边信息 &quot;nodes&quot;: [] # 节点信息 }, &quot;time&quot;: &quot;2021-10-14 17:10&quot; }</p> <ul> <li>code为0代表操作失败,code为1代表操作成功,code为-1代表服务端错误</li> <li>data存储需要返回的数据</li> <li>time为操作发生时间</li> </ul> <h2>更新 201-10-23</h2> <ol> <li>扩线接口,增加了将属性转换为中文的接口</li> <li>获取图的节点和边信息的接口</li> </ol> <h2>更新 2021-11-8</h2> <ol> <li>扩线接口,参数传递方式改为json</li> <li>更新了相关文档</li> </ol> <h1>用户控制 部署位置</h1> <p>开发环境</p> <ul> <li>192.168.5.136:8080</li> </ul> <h1>用户控制 接口返回格式说明</h1> <p>{ &quot;code&quot;: 1, &quot;data&quot;: [...], &quot;msg&quot;: null }</p> <p>其中:</p> <ul> <li>code为0代表操作失败,code为1代表操作成功,code为-1代表服务端错误,code为403表示token失效</li> <li>data存储需要返回的数据</li> <li>msg表示操作成功与否的信息,用于前端debug</li> </ul> <h1>2021-11-9 合并图谱代码和用户控制代码</h1> <p>部署位置:</p> <ul> <li>192.1685.136:6713</li> </ul> <ol> <li>参数传递问题已经修改,没有值的参数可以不传递</li> <li>完成修改登录用户资料接口</li> </ol> <h1>2021-11-10 修改/searchUniStr接口传递的参数,更新了/getChineseInfo接口</h1> <ul> <li>已更新文档</li> </ul> <h1>2021-11-15 图谱的接口路径都加上&quot;/api&quot;</h1> <h1>2021-11-16</h1> <p>前端用部分属性来构建图,因此不用翻译为中文:uniStr, nodeLabs, uniID, srcId, dstId, edgeLabs 其他的属性仍然翻译为中文 用来做翻译的功能的csv文件中uniID有对应的中文翻译,所以要删除掉。</p> <h1>2021.11.18</h1> <p>图数据库接口 /api/searchUniStr 对这几种特殊情况的处理</p> <ul> <li>{&quot;graphLevel&quot;:&quot;0&quot;,&quot;nodeList&quot;:[{&quot;lab&quot;:&quot;&quot;,&quot;prodict&quot;:{}}]}</li> <li>{&quot;graphLevel&quot;:&quot;1&quot;,&quot;nodeList&quot;:[{&quot;lab&quot;:&quot;&quot;,&quot;prodict&quot;:{}}]}</li> <li>{&quot;graphLevel&quot;:&quot;1&quot;,&quot;nodeList&quot;:[{&quot;lab&quot;:&quot;malware&quot;,&quot;prodict&quot;:{}}]}</li> <li>{&quot;graphLevel&quot;:&quot;1&quot;,&quot;nodeList&quot;:[{&quot;lab&quot;:&quot;malware&quot;,&quot;prodict&quot;:{unStr: ''}}]}</li> </ul> <p>直接返回空数据就行了</p>

页面列表

ITEM_HTML