急救数据对接


演练状态变更(开始 结束 演练)

<p><strong>简要描述:</strong> 【接口功能】根据token 查询最新一条演练预设的 演练信息</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> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>后台登录后获取</td> </tr> <tr> <td style="text-align: left;">drillId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>演练id</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>演练状态 1-&gt;开始 2-&gt;结束 演练结束后不可以重复调用</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> curl --location --request POST 'http://192.168.110.5:8896/info_college/spnpc1main/changeYlStatus' \ --header 'Content-Type: application/json' \ --data-raw '{     &amp;quot;token&amp;quot;:&amp;quot;eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTgxNzEwNDcyMDg4NDcxMTQyNSwidXNlcm5hbWUiOiLmiLTngpzlqbciLCJyZWFsTmFtZSI6IuaItOeCnOWptyIsImhlYWRVcmwiOiIiLCJnZW5kZXIiOiJmZW1hbGUiLCJpYXQiOjE3MjQ5MjI0MjksIm5iZiI6MTcyNDkyMjQyOSwiZXhwIjoxNzI0OTUxMjI5fQ.JjIwpS1eVldbzPyPB8ilFmpNk_uQJw5F9ctigt4AcwE&amp;quot;,     &amp;quot;drillId&amp;quot;:&amp;quot;1829083191986982913&amp;quot;,     &amp;quot;status&amp;quot;:1 }' {     &amp;quot;token&amp;quot;:&amp;quot;eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTgxNzEwNDcyMDg4NDcxMTQyNSwidXNlcm5hbWUiOiLmiLTngpzlqbciLCJyZWFsTmFtZSI6IuaItOeCnOWptyIsImhlYWRVcmwiOiIiLCJnZW5kZXIiOiJmZW1hbGUiLCJpYXQiOjE3MjQ5MjI0MjksIm5iZiI6MTcyNDkyMjQyOSwiZXhwIjoxNzI0OTUxMjI5fQ.JjIwpS1eVldbzPyPB8ilFmpNk_uQJw5F9ctigt4AcwE&amp;quot;,     &amp;quot;drillId&amp;quot;:&amp;quot;1829083191986982913&amp;quot;,     &amp;quot;status&amp;quot;:2 }</code></pre> <p><strong>返回示例</strong></p> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;code&amp;quot;: 0 } {     &amp;quot;msg&amp;quot;: &amp;quot;{\&amp;quot;code\&amp;quot;:20002,\&amp;quot;msg\&amp;quot;:\&amp;quot;演练已经结束, 不能再开启\&amp;quot;,\&amp;quot;data\&amp;quot;:null}&amp;quot;,     &amp;quot;code&amp;quot;: 500 } </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;">name</td> <td style="text-align: left;">string</td> <td>演练名称</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