{{ current.title }}
#} 151 | 152 | {#{% if current.description is not empty %}#} 153 | {## | #} 161 | {#Name | #} 162 | {#Title | #} 163 | {#Author | #} 164 | {#Version | #} 165 | {#
---|---|---|---|---|
{{ loop.index }} | #} 172 | {#{{ item.name }} | #} 173 | {#{{ item.title }} | #} 174 | {#{{ item.classDoc.author }} | #} 175 | {#{{ item.classDoc.version }} | #} 176 | {#
{{ item.title }}
186 | 187 | {##}
188 | {#{{ item.name }} #}{#src#}{#
#}
190 | {#
# | 200 |Name | 201 |Api | 202 |203 | | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ loop.index }} | 210 |{{ method.title|default('') }} | 211 |{{ method.api|default('') }} | 212 |213 | {% if method.comment|trim is not empty or method.apiSuccess|trim is not empty or method.apiError|trim is not empty or method.apiParam is not empty %} 214 | 220 | {% endif %} 221 | | 222 |||||||||||||||||
225 |
226 |
227 | {% if method.comment|trim is not empty %}
228 |
279 | 注解
229 | {{ method.comment|raw }}
230 | {% endif %}
231 |
232 | {% if method.apiParam is not empty %}
233 |
234 |
261 | {% endif %}
262 |
263 | {% if method.apiSuccess|trim is not empty %}
264 | 请求参数
235 |
成功
265 |
266 | {{ method.apiSuccess|raw }}
267 |
268 | {% endif %}
269 |
270 | {% if method.apiError|trim is not empty %}
271 |
272 | 失败
273 |
274 | {{ method.apiError|raw }}
275 |
276 | {% endif %}
277 |
278 | |
280 |