远程巡店-回放
<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://xx.com/retailservice/shopTour/video/{deviceId}/address/v1.0</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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>设备id</td>
</tr>
<tr>
<td style="text-align: left;">orgId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>设备所属机构id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"respCode": 10000000,
"respMessage": "success",
"data": {
"ezopenHdAddress": "ezopen://open.ys7.com/1819/8.hd.local.rec?",
"ezopenAddress": "ezopen://open.ys7.com/1819/8.local.rec?",
"token": "at.8tllfqrm0e8p97mf6nvtvalk8iyaayew-4u96w1k95d-1p4v0g5-qogstuu3x",
"hdaddress": "https://open.ys7.com/ezopen/h5/iframe_se?url=ezopen://open.ys7.com/1819/8.hd.local.rec?accessToken=at.8tllfqrm0e8p97mf6nvtvalk8iyaayew-4u96w1k95d-1p4v0g5-qogstuu3x&",
"address": "https://open.ys7.com/ezopen/h5/iframe_se?url=ezopen://open.ys7.com/1819/8.local.rec?accessToken=at.8tllfqrm0e8p97mf6nvtvalk8iyaayew-4u96w1k95d-1p4v0g5-qogstuu3x&"
},
"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>