公开设备文档

71公开设备文档


号码设置

<h5>简要描述</h5> <ul> <li>设置成功后会调用,推送接口(kinSuccess)里面来返回 </li> </ul> <h5>请求URL</h5> <ul> <li><code>{{url}}/commonApi/kq/setKinNumber</code></li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th>header</th> <th>示例值</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>authCode</td> <td>{{authCode}}</td> <td>是</td> <td>string</td> <td>授权码(杰佳通)提供</td> </tr> </tbody> </table> <h5>请求参数示例</h5> <pre><code class="language-json">{ &amp;quot;uuid&amp;quot;: &amp;quot;473FDCE5DB32417787569B0A6DCA4880&amp;quot;, &amp;quot;imei&amp;quot;: &amp;quot;860870050149496&amp;quot;, &amp;quot;sosNumber&amp;quot;: &amp;quot;15125325662&amp;quot;, &amp;quot;kinNumber&amp;quot;: &amp;quot;15421425662&amp;quot;, &amp;quot;kinNumber2&amp;quot;: &amp;quot;15148956478&amp;quot; }</code></pre> <h5>请求json字段说明</h5> <table> <thead> <tr> <th>字段名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>uuid</td> <td>是</td> <td>string</td> <td>唯一id 设置成功后返回</td> </tr> <tr> <td>imei</td> <td>是</td> <td>string</td> <td>设备号</td> </tr> <tr> <td>sosNumber</td> <td>否</td> <td>string</td> <td>SOS号码</td> </tr> <tr> <td>kinNumber</td> <td>否</td> <td>string</td> <td>亲情号码1</td> </tr> <tr> <td>kinNumber2</td> <td>否</td> <td>string</td> <td>亲情号码2</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code class="language-json">{ &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;data&amp;quot;: null, &amp;quot;isSuccess&amp;quot;: true }</code></pre> <h5>失败返回示例</h5> <pre><code class="language-json">{ &amp;quot;code&amp;quot;: 1009, &amp;quot;msg&amp;quot;: &amp;quot;设备未在线&amp;quot;, &amp;quot;data&amp;quot;: null, &amp;quot;isSuccess&amp;quot;: false }</code></pre>

页面列表

ITEM_HTML