急救数据对接


查询当前npcid(临时方案)

<p><strong>简要描述:</strong> 【接口功能】要查询的npc id</p> <ul> <li>接口编写人员:xx</li> <li>接口开发人员:xx</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xxx</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> <li>http请求head需设置数据编码方式:Content-Type=application/json;charset=utf-8</li> </ul> <p><strong>是否需要登录:</strong>不需要</p> <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> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> curl --location --request GET 'http://192.168.110.5:8896/info_college/spnpc/getNpcId' \ --header 'Content-Type: application/json; charset=UTF-8' \ </code></pre> <p><strong>返回示例</strong></p> <pre><code>{     &amp;quot;code&amp;quot;: 0,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: 1 }</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;">code</td> <td style="text-align: left;">int</td> <td>请求状态 0成功,非0失败</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td>npc唯一标识符</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <p>更多返回错误代码请看[首页-公共-错误代码描述]的描述 1.<strong>Content-Type=application/json</strong> 2.<strong>请求参数传JSON格式:</strong></p> <p>通过判断code是否等于0判断是否正常返回</p>

页面列表

ITEM_HTML