科研平台


校验业务ID是否已绑定定时器

<p><strong>简要描述:</strong> </p> <ul> <li>校验业务ID是否已绑定定时器</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://ip:端口/v1/serviceTimer/businessIdIsExist</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>post </p> <p><strong>请求参数示例</strong></p> </li> </ul> <pre><code>{ "timerId":"1", "businessId":"1" }</code></pre> <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;">timerId</td> <td style="text-align: left;">可选</td> <td style="text-align: left;">string</td> <td>定时器ID</td> </tr> <tr> <td style="text-align: left;">businessId</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>{"status":"0","message":"成功",result:{"isExist":true}}</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> <tr> <td style="text-align: left;">isExist</td> <td style="text-align: left;">boolean</td> <td>存在标识,true存在,false不存在</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>这里是备注信息</li> </ul>

页面列表

ITEM_HTML