[0] ThrowableError in Api.php line 96

致命错误: Call to undefined function app\common\controller\check_cors_request()

  1. }
  2. /**
  3. * 初始化操作
  4. * @access protected
  5. */
  6. protected function _initialize()
  7. {
  8. //跨域请求检测
  9. check_cors_request();
  10. // 检测IP是否允许
  11. check_ip_allowed();
  12. //移除HTML标签
  13. $this->request->filter('trim,strip_tags,htmlspecialchars');
  14. $this->auth = Auth::instance();

Call Stack

  1. in Api.php line 96
  2. at Api->_initialize() in Api.php line 77
  3. at Api->__construct()
  4. at ReflectionClass->newInstanceArgs() in App.php line 359
  5. at App::invokeClass() in Loader.php line 479
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Experience the future of high-fidelity audio with Onkyo HF Player. This app delivers an unparalleled mobile music experience, boasting innovative features and an intuitive interface designed for discerning audiophiles. Effortless Music Management Organize your music library with ease. Onkyo HF Play
to
zh-tw
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_COOKIE
myip=188.165.244.186
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
2788
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Experience+the+future+of+high-fidelity+audio+with+Onkyo+HF+Player.+This+app+delivers+an+unparalleled+mobile+music+experience%2C+boasting+innovative+features+and+an+intuitive+interface+designed+for+discerning+audiophiles.%0A%0AEffortless+Music+Management%0AOrganize+your+music+library+with+ease.+Onkyo+HF+Play&to=zh-tw
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Experience+the+future+of+high-fidelity+audio+with+Onkyo+HF+Player.+This+app+delivers+an+unparalleled+mobile+music+experience%2C+boasting+innovative+features+and+an+intuitive+interface+designed+for+discerning+audiophiles.%0A%0AEffortless+Music+Management%0AOrganize+your+music+library+with+ease.+Onkyo+HF+Play&to=zh-tw
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1734511131.8376
REQUEST_TIME
1734511131
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1734511131.8383
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> System Error

[0] ThrowableError in Api.php line 96

致命错误: Call to undefined function app\common\controller\check_cors_request()

  1. }
  2. /**
  3. * 初始化操作
  4. * @access protected
  5. */
  6. protected function _initialize()
  7. {
  8. //跨域请求检测
  9. check_cors_request();
  10. // 检测IP是否允许
  11. check_ip_allowed();
  12. //移除HTML标签
  13. $this->request->filter('trim,strip_tags,htmlspecialchars');
  14. $this->auth = Auth::instance();

Call Stack

  1. in Api.php line 96
  2. at Api->_initialize() in Api.php line 77
  3. at Api->__construct()
  4. at ReflectionClass->newInstanceArgs() in App.php line 359
  5. at App::invokeClass() in Loader.php line 479
  6. at Loader::controller() in App.php line 580
  7. at App::module() in App.php line 456
  8. at App::exec() in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Experience the future of high-fidelity audio with Onkyo HF Player. This app delivers an unparalleled mobile music experience, boasting innovative features and an intuitive interface designed for discerning audiophiles. Effortless Music Management Organize your music library with ease. Onkyo HF Play
to
zh-tw
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_COOKIE
myip=188.165.244.186
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
HTTP_HOST
td.880772.xyz
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
2788
REMOTE_ADDR
146.59.252.193
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Experience+the+future+of+high-fidelity+audio+with+Onkyo+HF+Player.+This+app+delivers+an+unparalleled+mobile+music+experience%2C+boasting+innovative+features+and+an+intuitive+interface+designed+for+discerning+audiophiles.%0A%0AEffortless+Music+Management%0AOrganize+your+music+library+with+ease.+Onkyo+HF+Play&to=zh-tw
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Experience+the+future+of+high-fidelity+audio+with+Onkyo+HF+Player.+This+app+delivers+an+unparalleled+mobile+music+experience%2C+boasting+innovative+features+and+an+intuitive+interface+designed+for+discerning+audiophiles.%0A%0AEffortless+Music+Management%0AOrganize+your+music+library+with+ease.+Onkyo+HF+Play&to=zh-tw
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1734511131.8376
REQUEST_TIME
1734511131
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1734511131.8383
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> \n \n\n","body":"
\\\"\\\"
你所浏览的页面暂时无法访问

你可以返回上一页重试

返回主页 返回上一页
","applicationCategory":"GameApplication","softwareVersion":"v2.12.7","fileSize":"113.90M","downloadUrl":"https://downloads.hzyry.com/apk/35/Onkyo HF Player_v2.12.7_com.onkyo.jp.musicplayer.apk","datePublished":"2024-12-24T07:30:54+08:00","dateModified":"2022-05-08T07:24:42+08:00","screenshot":"https://images.hzyry.com/uploads/17/17211249076696482be8413.webp,https://images.hzyry.com/uploads/65/17211249086696482ca08c2.webp,https://images.hzyry.com/uploads/62/17211249096696482d427fb.webp","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.1","reviewCount":1},"author":{"@type":"Organization","name":"Onkyo Corporation"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Onkyo HF Player

Onkyo HF Player

應用說明
你所浏览的页面暂时无法访问

你可以返回上一页重试

Onkyo HF Player應用截圖
  • Onkyo HF Player應用截圖第0張
  • Onkyo HF Player應用截圖第1張
  • Onkyo HF Player應用截圖第2張
用戶評價 發表評價
  • AmateurDeMusique
    評分:
    Feb 03,2025

    不错的应用,音效还算真实,适合初学者练习。

  • MusikLiebhaber
    評分:
    Jan 20,2025

    Guter Musikplayer, aber die Benutzeroberfläche könnte verbessert werden. Die Klangqualität ist okay.

  • Melomano
    評分:
    Jan 10,2025

    Reproductor de música excelente. La calidad de sonido es impresionante, y la interfaz es muy intuitiva.