mirror of
https://github.com/aoaostar/toolbox.git
synced 2026-01-22 19:59:21 +00:00
14 lines
191 B
PHP
14 lines
191 B
PHP
<?php
|
|
|
|
namespace plugin\aoaostar_com\example;
|
|
|
|
use plugin\Drive;
|
|
|
|
class App implements Drive
|
|
{
|
|
|
|
public function Index()
|
|
{
|
|
return msg("ok","success",plugin_info_get());
|
|
}
|
|
} |