<?php namespace app\api\controller; use think\Controller; class Privacy extends Controller { public function privacy(){ return $this->fetch(); } }