*/ namespace app\api\behavior; use app\model\ApiFields; use app\util\ApiLog; use app\util\ReturnCode; use app\util\DataType; use think\Request; use think\Validate; class ApiPermission { /** * 默认行为函数 * @author zhaoxiang * @return \think\Request * @throws \think\exception\DbException */ public function run() { } }