|
@@ -468,25 +468,11 @@
|
|
|
<h3 class="title" style="{{response.success.error_result.length > 0 ? 'display:block':'display:none'}}" >
|
|
|
<a href="javascript:;" class="maodian"></a> 枚举信息<i class="fa fa-angle-down"></i>
|
|
|
</h3>
|
|
|
- {{if response.success.parameter.length > 0 }}
|
|
|
+ {{if response.success.error_result.length > 0 }}
|
|
|
<div class="markdown-response">
|
|
|
- {{if response.success.raw || response.success.parameter.length > 0}}
|
|
|
+ {{if response.success.error_result.length > 0}}
|
|
|
<h4 class="title" id="jump"><a href="javascript:;" class="maodian"></a>字段描述1</h4>
|
|
|
- <table>
|
|
|
- <tr>
|
|
|
- <th>参数名</th>
|
|
|
- <th>示例值</th>
|
|
|
- <th>参数类型</th>
|
|
|
- <th>参数描述</th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>11111</td>
|
|
|
- <td>22222</td>
|
|
|
- <td>33333</td>
|
|
|
- <td>44444</td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- {{if response.success.parameter.length > 0}}
|
|
|
+ {{if response.success.error_result.length > 0}}
|
|
|
<h4><a href="javascript:;" class="maodian"></a> 字段描述2</h4>
|
|
|
<table>
|
|
|
<tr>
|