mirror of
https://github.com/aoaostar/toolbox.git
synced 2026-01-02 10:02:46 +00:00
15 lines
192 B
PHP
15 lines
192 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());
|
|
}
|
|
} |