远程巡店-关注设备
<h3>通用规范</h3>
<p><strong>1、 request</strong></p>
<ul>
<li>
<p>请求头中携带语言参数(Accept-Language)
zh-CN - 中文;
en-US - 英文;
es-ES - 西语;</p>
</li>
<li>客流查询时间段,开始时间从零点开始(yyyy-mm-dd 00:00:00),结束时间到23:59:59(yyyy-mm-dd 23:59:59)</li>
</ul>
<p><strong>简要描述:</strong> </p>
<ul>
<li>远程巡店-关注设备</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ip:port/usercenter/version-book/equipment/device/attention/v1.0</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;">deviceId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>deviceUniqueId</td>
</tr>
<tr>
<td style="text-align: left;">isAttentioned</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>{
"respCode": 10000000,
"respMessage": "success",
"data": null,
"respMark": null
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>