| // +------------------------------------------------+ namespace app\mobile\controller; class Finance extends Center { public function vip() { return $this->fetch(); } public function agent() { return $this->fetch(); } }