HTQ


获取所有队列

<p><strong>请求URL:</strong> </p> <ul> <li><code>http://server:5999/api/allQueue</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;">app_key</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>请填写config.json里的app_key以供认证。初次安装HTQ可更改默认的值以提高安全性。更改后需要重启HTQ以生效</td> </tr> <tr> <td style="text-align: left;">app_token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>请填写config.json里的app_token以供认证</td> </tr> </tbody> </table> <p><strong>成功返回示例</strong></p> <pre><code>[ { &amp;quot;queue_name&amp;quot;: &amp;quot;test&amp;quot;, &amp;quot;attribute&amp;quot;: { &amp;quot;type&amp;quot;: &amp;quot;real_time&amp;quot;, &amp;quot;stepping_time&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;max_time_interval&amp;quot;: &amp;quot;0&amp;quot; } }, { &amp;quot;queue_name&amp;quot;: &amp;quot;test2&amp;quot;, &amp;quot;attribute&amp;quot;: { &amp;quot;type&amp;quot;: &amp;quot;real_time&amp;quot;, &amp;quot;stepping_time&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;max_time_interval&amp;quot;: &amp;quot;0&amp;quot; } } ] </code></pre>

页面列表

ITEM_HTML