Files
toolbox/plugin/utility/wbimg/App.php
T
2023-09-28 16:21:06 +08:00

17 lines
202 B
PHP

<?php
/**
* 微博图片反查
*/
namespace plugin\utility\wbimg;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}