<?php namespace app\index\controller; use think\Controller; use think\Session; use think\Db; use think\Request; class Device extends Controller { }