You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
591 B
Plaintext

<#escape x as x?html>
<table class="table table-bordered table-hover">
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>参数说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>status</td>
<td>Integer</td>
<td>状态</td>
</tr>
<tr>
<td>message</td>
<td>String</td>
<td>消息说明</td>
</tr>
<tr>
<td>errCode</td>
<td>String</td>
<td>错误码</td>
</tr>
<tr>
<td>errMessage</td>
<td>String</td>
<td>错误说明</td>
</tr>
<tr>
<td>data</td>
<td>Json</td>
<td>数据对象</td>
</tr>
</tbody>
</table>
</#escape>