mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 完善文档细节
This commit is contained in:
parent
868d326d59
commit
b5a834f81b
@ -102,8 +102,6 @@ class Api extends Base {
|
|||||||
foreach ($groupInfo as $gVal ) {
|
foreach ($groupInfo as $gVal ) {
|
||||||
if (isset($_apiInfo[$gVal['hash']])) {
|
if (isset($_apiInfo[$gVal['hash']])) {
|
||||||
$gVal['api_info'] = $_apiInfo[$gVal['hash']];
|
$gVal['api_info'] = $_apiInfo[$gVal['hash']];
|
||||||
} else {
|
|
||||||
$gVal['api_info'] = [];
|
|
||||||
}
|
}
|
||||||
$listInfo[] = $gVal;
|
$listInfo[] = $gVal;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user