代码下载接口
This commit is contained in:
@@ -86,4 +86,18 @@ class AdminController extends BaseController
|
||||
'获取成功'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取菜单列表
|
||||
* @Method GET
|
||||
* @return JsonResponse
|
||||
* @throws Exception
|
||||
*/
|
||||
public function codes(): JsonResponse
|
||||
{
|
||||
return jok(
|
||||
[],
|
||||
'获取成功'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user