设置密钥信息回调地址
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://10.27.204.40/doudou/setSecretUrl</code></li>
</ul>
<p>设备注册成功后就不在上报:1.密钥信息 </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;">secret_url</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>秘钥信息回调地址</td>
</tr>
<tr>
<td style="text-align: left;">sign</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签名md5('doudou')</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: &quot;1&quot;,
&quot;msg&quot;: &quot;设置成功&quot;,
}</code></pre>