模板版本检查
<p><strong>简要描述:</strong> </p>
<ul>
<li>模板版本检查接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://htzxtest.coli688.com/api/Interface/checkversion</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;">templateId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>模板id</td>
</tr>
<tr>
<td style="text-align: left;">versionNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>模板版本</td>
</tr>
</tbody>
</table>
<p>·</p>
<p><strong>返回示例</strong>
`statusCode :状态码; message:返回信息;data:返回业务数据 ;</p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;message&quot;: &quot;获取成功&quot;,
&quot;data&quot;: false //true-版本不一致,false-版本一致
}</code></pre>