mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
17 lines
214 B
PHP
17 lines
214 B
PHP
<?php
|
|
/**
|
|
* Api管理中心
|
|
* @since 2016-02-18
|
|
* @author zhaoxiang <zhaoxiang051405@outlook.com>
|
|
*/
|
|
|
|
namespace app\admin\controller;
|
|
|
|
|
|
class ApiManager extends Base {
|
|
|
|
public function index(){
|
|
|
|
}
|
|
|
|
} |