|
@@ -471,8 +471,7 @@
|
|
|
{{if response.success.error_result.length > 0 }}
|
|
|
<div class="markdown-response">
|
|
|
{{if response.success.error_result.length > 0}}
|
|
|
- <h4 class="title" id="jump"><a href="javascript:;" class="maodian"></a>字段描述1</h4>
|
|
|
- {{if response.success.error_result.length > 0}}
|
|
|
+ {{each response.success.error_result resultItem}}
|
|
|
<h4><a href="javascript:;" class="maodian"></a> 字段描述2</h4>
|
|
|
<table>
|
|
|
<tr>
|
|
@@ -481,7 +480,7 @@
|
|
|
<th>参数类型</th>
|
|
|
<th>参数描述</th>
|
|
|
</tr>
|
|
|
- {{each response.success.parameter item}}
|
|
|
+ {{each response.success.error_result item}}
|
|
|
<tr>
|
|
|
<td>{{item.key}}</td>
|
|
|
<td>{{item.value}}</td>
|
|
@@ -490,7 +489,7 @@
|
|
|
</tr>
|
|
|
{{/each}}
|
|
|
</table>
|
|
|
- {{/if}}
|
|
|
+ {{/each}}
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{/if}}
|