// +---------------------------------------------------------------------- declare (strict_types = 1); namespace addon\wxchat\controller\api; use ywxapp\controller\FrontendBase as AddonController; /** * Indexi 类 * * @author ywxapp */ class Indexi extends AddonController { public function index() { return $this->fetch() ; } }