mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-08-10 15:29:46 +08:00
modified 完善在线文档
This commit is contained in:
parent
e10efbf4a3
commit
b9b87a2ca0
@ -81,14 +81,6 @@
|
|||||||
<tr><th>参数名字</th><th>类型</th><th width="96">字段状态</th><th width="70">默认值</th><th width="30%">其他</th><th>说明</th></tr>
|
<tr><th>参数名字</th><th>类型</th><th width="96">字段状态</th><th width="70">默认值</th><th width="30%">其他</th><th>说明</th></tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
|
||||||
<td>version</td>
|
|
||||||
<td>String</td>
|
|
||||||
<td><span class="ui green label">必填</span></td>
|
|
||||||
<td>{:config('apiadmin.APP_VERSION')}</td>
|
|
||||||
<td></td>
|
|
||||||
<td>API版本号【请在Header头里面传递】</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>access-token</td>
|
<td>access-token</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
@ -183,7 +175,7 @@
|
|||||||
imgExpanded: "/static/jsonFormater/Expanded.gif"
|
imgExpanded: "/static/jsonFormater/Expanded.gif"
|
||||||
};
|
};
|
||||||
window.jf = new JsonFormater(options);
|
window.jf = new JsonFormater(options);
|
||||||
jf.doFormat({$detail["return_str"]});
|
jf.doFormat({:htmlspecialchars_decode($detail["return_str"])});
|
||||||
}();
|
}();
|
||||||
});
|
});
|
||||||
$('.ui .vertical').css('max-height', $('#detail').outerHeight(true));
|
$('.ui .vertical').css('max-height', $('#detail').outerHeight(true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user