$systemAppService $systemAppService : \App\System\Service\SystemAppService Type \App\System\Service\SystemAppService
$systemApiService $systemApiService : \App\System\Service\SystemApiService Type \App\System\Service\SystemApiService
success() success( $msgOrData = '', array $data = array(), integer $code = 200) : \Psr\Http\Message\ResponseInterface Parameters $msgOrData array $data integer $code Returns \Psr\Http\Message\ResponseInterface
error() error(string $message = '', integer $code = 500, array $data = array()) : \Psr\Http\Message\ResponseInterface Parameters string $message integer $code array $data Returns \Psr\Http\Message\ResponseInterface
redirect() redirect(string $toUrl, integer $status = 302, string $schema = 'http') : \Psr\Http\Message\ResponseInterface 跳转 Parameters string $toUrl integer $status string $schema Returns \Psr\Http\Message\ResponseInterface
_download() _download(string $filePath, string $name = '') : \Psr\Http\Message\ResponseInterface 下载文件 Parameters string $filePath string $name Returns \Psr\Http\Message\ResponseInterface
login() login() : \Psr\Http\Message\ResponseInterface 登录文档 Throws \Psr\Container\ContainerExceptionInterface \Psr\Container\NotFoundExceptionInterface Returns \Psr\Http\Message\ResponseInterface
getAppAndInterfaceList() getAppAndInterfaceList(string $id) : \Psr\Http\Message\ResponseInterface 通过app id获取接口数据 Parameters string $id Returns \Psr\Http\Message\ResponseInterface
getColumnList() getColumnList(string $id) : \Psr\Http\Message\ResponseInterface Parameters string $id Returns \Psr\Http\Message\ResponseInterface