定时任务启动
<p><strong>简要描述:</strong> </p>
<ul>
<li>启动定时任务</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/cloudtaskservice/schedule/resume/125</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数说明:</strong> </p>
<p>请求url带上任务id即可
/cloudtaskservice/schedule/resume/任务id</p>
<p><strong>返回示例</strong></p>
<pre><code>{"msg":"success","code":0}</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;">msg</td>
<td style="text-align: left;">string</td>
<td>错误消息</td>
</tr>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">number</td>
<td>是否成功0成功,1失败</td>
</tr>
<tr>
<td style="text-align: left;">cron</td>
<td style="text-align: left;">string</td>
<td>cron表达式</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong>
线上前端地址:<a href="https://ytaskh5.ldxinyong.com/#/n/schedule">https://ytaskh5.ldxinyong.com/#/n/schedule</a>
线上后端地址:<a href="https://ytask.ldxinyong.com/">https://ytask.ldxinyong.com/</a>
测试前端地址:<a href="http://172.16.158.34/cloud-task-service/#/n/schedule">http://172.16.158.34/cloud-task-service/#/n/schedule</a>
测试后端地址:<a href="http://172.16.158.34:11001">http://172.16.158.34:11001</a></p>