diff --git a/module/api/control.php b/module/api/control.php index 1c363c72a7..b9000d4642 100755 --- a/module/api/control.php +++ b/module/api/control.php @@ -280,6 +280,15 @@ class api extends control echo json_encode($data); } + /** + * 获取指定库的 API 列表。 + * Get the API list of the specified library. + * + * @param int $libID + * @param int $releaseID + * @access public + * @return void + */ public function ajaxGetLibApiList(int $libID, int $releaseID = 0) { if($releaseID)