相机控制地锁结果回调
<p><strong>接口描述:</strong></p>
<ul>
<li>调用之后相机控制地锁开关,回调通知第三方</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>指令代码</strong></p>
<ul>
<li>142</li>
</ul>
<p><strong>推送示例</strong></p>
<pre><code> {
&quot;CMD&quot;: &quot;142&quot;,
&quot;Timestamp&quot;: &quot;1697760279066&quot;,
&quot;Sign&quot;: &quot;952BEA00F0A0D51DA83C2150AC051C6B&quot;,
&quot;Data&quot;: {
&quot;CamSn&quot;: &quot;2e7fd025-7d677e10&quot;,
&quot;Msg_id&quot;: &quot;GO202310Tu150828&quot;,
&quot;Result&quot;: 200,
&quot;Option&quot;: 2,
&quot;LockSN&quot;: &quot;6701341852775048066BFF50&quot;
}
}</code></pre>
<p><strong>成功推送参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>CMD</td>
<td>string</td>
<td>指令类别</td>
</tr>
<tr>
<td>Timestamp</td>
<td>string</td>
<td>时间戳</td>
</tr>
<tr>
<td>Sign</td>
<td>签名</td>
<td>PID+Timestamp+Key的MD5加密,后同</td>
</tr>
<tr>
<td>Data</td>
<td>对象</td>
<td>具体数据</td>
</tr>
<tr>
<td>LockSN</td>
<td>string</td>
<td>车位锁序列号</td>
</tr>
<tr>
<td>Msg_id</td>
<td>string</td>
<td>本次操作流水号,GO+yyyyMMddHHmmss时间字符串</td>
</tr>
<tr>
<td>Result</td>
<td>int</td>
<td>操作结果:200=成功,其它值=失败</td>
</tr>
<tr>
<td>Option</td>
<td>int</td>
<td>1:升锁、2:降锁后⾃动升锁、3:降锁后不⾃动升锁</td>
</tr>
</tbody>
</table>