*/ namespace app\admin\behavior; class ApiPermission { /** * 默认行为函数 * @author zhaoxiang * @return \think\Request * @throws \think\exception\DbException */ public function run() { } }